Color Hex Logo

#5fccb0 Color Hex

#5FCCB0
(95,204,176)
0 Favorites   0 Comments

Color spaces of #5fccb0

RGB 95204176
HSL0.460.520.59
HSV165°53°80°
CMYK 0.530.000.14   0.20
XYZ34.148748.753248.6848
Yxy48.75320.25950.3705
Hunter Lab69.8235-34.89187.5362
CIE-Lab75.2975-38.07114.4742

#5fccb0 color RGB value is (95,204,176).

#5fccb0 hex color red value is 95, green value is 204 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #5fccb0 hue: 0.46 , saturation: 0.52 and the lightness value of 5fccb0 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 10110000
Octal 137 314 260
Decimal 95 204 176
Hex 5F CC B0

RGB Percentages of Color #5fccb0

%20.00
%42.95
%37.05

CMYK Percentages of Color #5fccb0

%53
%0
%14
%20

Triadic Colors of #5fccb0

#5fccb0 #b05fcc #ccb05f

Analogous Colors of #5fccb0

#5fccb0 #5fb2cc #5fcc7a

Monochromatic Colors of #5fccb0

#5fccb0

Complementary Color

#5fccb0 #cc5f7b

#5fccb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccb0 Color CSS Codes

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

#5fccb0 Text Font Color

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

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


#5fccb0 Background Color

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

This div background color is #5fccb0


#5fccb0 Border Color

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

This div border color is #5fccb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccb0


Comments

No comments written yet.

Please login to write comment.