Color Hex Logo

#5fcbc1 Color Hex

#5FCBC1
(95,203,193)
0 Favorites   0 Comments

Color spaces of #5fcbc1

RGB 95203193
HSL0.480.510.58
HSV174°53°80°
CMYK 0.530.000.05   0.20
XYZ35.700948.995058.0274
Yxy48.99500.25010.3433
Hunter Lab69.9964-31.4518-0.1542
CIE-Lab75.4482-33.4146-4.4822

#5fcbc1 color RGB value is (95,203,193).

#5fcbc1 hex color red value is 95, green value is 203 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #5fcbc1 hue: 0.48 , saturation: 0.51 and the lightness value of 5fcbc1 is 0.58.

The process color (four color CMYK) of #5fcbc1 color hex is 0.53, 0.00, 0.05, 0.20. Web safe color of #5fcbc1 is #66cccc. Color #5fcbc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 11000001
Octal 137 313 301
Decimal 95 203 193
Hex 5F CB C1

RGB Percentages of Color #5fcbc1

%19.35
%41.34
%39.31

CMYK Percentages of Color #5fcbc1

%53
%0
%5
%20

Triadic Colors of #5fcbc1

#5fcbc1 #c15fcb #cbc15f

Analogous Colors of #5fcbc1

#5fcbc1 #5f9fcb #5fcb8b

Monochromatic Colors of #5fcbc1

#5fcbc1

Complementary Color

#5fcbc1 #cb5f69

#5fcbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbc1 Color CSS Codes

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

#5fcbc1 Text Font Color

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

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


#5fcbc1 Background Color

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

This div background color is #5fcbc1


#5fcbc1 Border Color

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

This div border color is #5fcbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbc1


Comments

No comments written yet.

Please login to write comment.