Color Hex Logo

#5fcebc Color Hex

#5FCEBC
(95,206,188)
0 Favorites   0 Comments

Color spaces of #5fcebc

RGB 95206188
HSL0.470.530.59
HSV170°54°81°
CMYK 0.540.000.09   0.19
XYZ35.867750.206355.3773
Yxy50.20630.25360.3549
Hunter Lab70.8564-33.64153.2618
CIE-Lab76.1957-36.0756-0.6863

#5fcebc color RGB value is (95,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001110 10111100
Octal 137 316 274
Decimal 95 206 188
Hex 5F CE BC

RGB Percentages of Color #5fcebc

%19.43
%42.13
%38.45

CMYK Percentages of Color #5fcebc

%54
%0
%9
%19

Triadic Colors of #5fcebc

#5fcebc #bc5fce #cebc5f

Analogous Colors of #5fcebc

#5fcebc #5fa9ce #5fce85

Monochromatic Colors of #5fcebc

#5fcebc

Complementary Color

#5fcebc #ce5f71

#5fcebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcebc Color CSS Codes

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

#5fcebc Text Font Color

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

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


#5fcebc Background Color

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

This div background color is #5fcebc


#5fcebc Border Color

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

This div border color is #5fcebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,206,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 #5fcebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcebc


Comments

No comments written yet.

Please login to write comment.