Color Hex Logo

#3be4bc Color Hex

#3BE4BC
(59,228,188)
0 Favorites   0 Comments

Color spaces of #3be4bc

RGB 59228188
HSL0.460.760.56
HSV166°74°89°
CMYK 0.740.000.18   0.11
XYZ38.624160.047557.1316
Yxy60.04750.24790.3854
Hunter Lab77.4903-46.636910.5302
CIE-Lab81.8640-51.47967.4183

#3be4bc color RGB value is (59,228,188).

#3be4bc hex color red value is 59, green value is 228 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3be4bc hue: 0.46 , saturation: 0.76 and the lightness value of 3be4bc is 0.56.

The process color (four color CMYK) of #3be4bc color hex is 0.74, 0.00, 0.18, 0.11. Web safe color of #3be4bc is #33cccc. Color #3be4bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11100100 10111100
Octal 73 344 274
Decimal 59 228 188
Hex 3B E4 BC

RGB Percentages of Color #3be4bc

%12.42
%48.00
%39.58

CMYK Percentages of Color #3be4bc

%74
%0
%18
%11

Triadic Colors of #3be4bc

#3be4bc #bc3be4 #e4bc3b

Analogous Colors of #3be4bc

#3be4bc #3bb8e4 #3be468

Monochromatic Colors of #3be4bc

#3be4bc

Complementary Color

#3be4bc #e43b63

#3be4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3be4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3be4bc Color CSS Codes

.mybgcolor {background-color:#3be4bc; } 
.myforecolor {color:#3be4bc; }
.mybordercolor {border:3px solid #3be4bc; }

#3be4bc Text Font Color

<p style="color:#3be4bc">Text here</p>

This sample text font color is #3be4bc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3be4bc Background Color

<div style="background-color:#3be4bc">
Div content here</div>

This div background color is #3be4bc


#3be4bc Border Color

<div style="border:3px solid #3be4bc">
Div here</div>

This div border color is #3be4bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,228,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3be4bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3be4bc;
  -webkit-box-shadow: 1px 1px 3px 2px #3be4bc;
  box-shadow:         1px 1px 3px 2px #3be4bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,228,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3be4bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3be4bc;
  -webkit-box-shadow: 1px 1px 3px 2px #3be4bc;
  box-shadow:         1px 1px 3px 2px #3be4bc;">
Div content here</div>

This div box has shadow with color #3be4bc


Comments

No comments written yet.

Please login to write comment.