Color Hex Logo

#5fcebb Color Hex

#5FCEBB
(95,206,187)
0 Favorites   0 Comments

Color spaces of #5fcebb

RGB 95206187
HSL0.470.530.59
HSV170°54°81°
CMYK 0.540.000.09   0.19
XYZ35.760350.163454.8114
Yxy50.16340.25410.3564
Hunter Lab70.8261-33.82063.6945
CIE-Lab76.1694-36.3233-0.1860

#5fcebb color RGB value is (95,206,187).

#5fcebb hex color red value is 95, green value is 206 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5fcebb hue: 0.47 , saturation: 0.53 and the lightness value of 5fcebb is 0.59.

The process color (four color CMYK) of #5fcebb color hex is 0.54, 0.00, 0.09, 0.19. Web safe color of #5fcebb is #66cccc. Color #5fcebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001110 10111011
Octal 137 316 273
Decimal 95 206 187
Hex 5F CE BB

RGB Percentages of Color #5fcebb

%19.47
%42.21
%38.32

CMYK Percentages of Color #5fcebb

%54
%0
%9
%19

Triadic Colors of #5fcebb

#5fcebb #bb5fce #cebb5f

Analogous Colors of #5fcebb

#5fcebb #5faace #5fce84

Monochromatic Colors of #5fcebb

#5fcebb

Complementary Color

#5fcebb #ce5f72

#5fcebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcebb Color CSS Codes

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

#5fcebb Text Font Color

<p style="color:#5fcebb">Text here</p>

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


#5fcebb Background Color

<div style="background-color:#5fcebb">
Div content here</div>

This div background color is #5fcebb


#5fcebb Border Color

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

This div border color is #5fcebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,206,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fcebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fcebb;
  -webkit-box-shadow: 1px 1px 3px 2px #5fcebb;
  box-shadow:         1px 1px 3px 2px #5fcebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,206,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcebb


Comments

No comments written yet.

Please login to write comment.