Color Hex Logo

#3befcf Color Hex

#3BEFCF
(59,239,207)
0 Favorites   0 Comments

Color spaces of #3befcf

RGB 59239207
HSL0.470.850.58
HSV169°75°94°
CMYK 0.750.000.13   0.06
XYZ43.932667.167869.6807
Yxy67.16780.24300.3715
Hunter Lab81.9560-47.73786.9596
CIE-Lab85.5886-51.29002.8016

#3befcf color RGB value is (59,239,207).

#3befcf hex color red value is 59, green value is 239 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3befcf hue: 0.47 , saturation: 0.85 and the lightness value of 3befcf is 0.58.

The process color (four color CMYK) of #3befcf color hex is 0.75, 0.00, 0.13, 0.06. Web safe color of #3befcf is #33ffcc. Color #3befcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101111 11001111
Octal 73 357 317
Decimal 59 239 207
Hex 3B EF CF

RGB Percentages of Color #3befcf

%11.68
%47.33
%40.99

CMYK Percentages of Color #3befcf

%75
%0
%13
%6

Triadic Colors of #3befcf

#3befcf #cf3bef #efcf3b

Analogous Colors of #3befcf

#3befcf #3bb5ef #3bef75

Monochromatic Colors of #3befcf

#3befcf

Complementary Color

#3befcf #ef3b5b

#3befcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3befcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3befcf Color CSS Codes

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

#3befcf Text Font Color

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

This sample text font color is #3befcf
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.


#3befcf Background Color

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

This div background color is #3befcf


#3befcf Border Color

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

This div border color is #3befcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3befcf


Comments

No comments written yet.

Please login to write comment.