Color Hex Logo

#5fcbcc Color Hex

#5FCBCC
(95,203,204)
0 Favorites   0 Comments

Color spaces of #5fcbcc

RGB 95203204
HSL0.500.520.59
HSV181°53°80°
CMYK 0.530.000.00   0.20
XYZ36.974349.504464.7333
Yxy49.50440.24450.3274
Hunter Lab70.3594-29.3260-5.2975
CIE-Lab75.7641-30.5367-9.9577

#5fcbcc color RGB value is (95,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 11001100
Octal 137 313 314
Decimal 95 203 204
Hex 5F CB CC

RGB Percentages of Color #5fcbcc

%18.92
%40.44
%40.64

CMYK Percentages of Color #5fcbcc

%53
%0
%0
%20

Triadic Colors of #5fcbcc

#5fcbcc #cc5fcb #cbcc5f

Analogous Colors of #5fcbcc

#5fcbcc #5f95cc #5fcc97

Monochromatic Colors of #5fcbcc

#5fcbcc

Complementary Color

#5fcbcc #cc605f

#5fcbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbcc Color CSS Codes

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

#5fcbcc Text Font Color

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

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


#5fcbcc Background Color

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

This div background color is #5fcbcc


#5fcbcc Border Color

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

This div border color is #5fcbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbcc


Comments

No comments written yet.

Please login to write comment.