Color Hex Logo

#5fcadc Color Hex

#5FCADC
(95,202,220)
0 Favorites   0 Comments

Color spaces of #5fcadc

RGB 95202220
HSL0.520.640.62
HSV189°57°86°
CMYK 0.570.080.00   0.14
XYZ38.758149.841375.2877
Yxy49.84130.23650.3041
Hunter Lab70.5984-25.5517-13.8093
CIE-Lab75.9717-25.6542-18.2833

#5fcadc color RGB value is (95,202,220).

#5fcadc hex color red value is 95, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5fcadc hue: 0.52 , saturation: 0.64 and the lightness value of 5fcadc is 0.62.

The process color (four color CMYK) of #5fcadc color hex is 0.57, 0.08, 0.00, 0.14. Web safe color of #5fcadc is #66cccc. Color #5fcadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 11011100
Octal 137 312 334
Decimal 95 202 220
Hex 5F CA DC

RGB Percentages of Color #5fcadc

%18.38
%39.07
%42.55

CMYK Percentages of Color #5fcadc

%57
%8
%0
%14

Triadic Colors of #5fcadc

#5fcadc #dc5fca #cadc5f

Analogous Colors of #5fcadc

#5fcadc #5f8cdc #5fdcb0

Monochromatic Colors of #5fcadc

#5fcadc

Complementary Color

#5fcadc #dc715f

#5fcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcadc Color CSS Codes

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

#5fcadc Text Font Color

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

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


#5fcadc Background Color

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

This div background color is #5fcadc


#5fcadc Border Color

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

This div border color is #5fcadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcadc


Comments

No comments written yet.

Please login to write comment.