Color Hex Logo

#5fcace Color Hex

#5FCACE
(95,202,206)
0 Favorites   0 Comments

Color spaces of #5fcace

RGB 95202206
HSL0.510.530.59
HSV182°54°81°
CMYK 0.540.020.00   0.19
XYZ36.980449.130265.9265
Yxy49.13020.24320.3231
Hunter Lab70.0929-28.4877-6.7006
CIE-Lab75.5323-29.5175-11.3843

#5fcace color RGB value is (95,202,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 11001110
Octal 137 312 316
Decimal 95 202 206
Hex 5F CA CE

RGB Percentages of Color #5fcace

%18.89
%40.16
%40.95

CMYK Percentages of Color #5fcace

%54
%2
%0
%19

Triadic Colors of #5fcace

#5fcace #ce5fca #cace5f

Analogous Colors of #5fcace

#5fcace #5f93ce #5fce9b

Monochromatic Colors of #5fcace

#5fcace

Complementary Color

#5fcace #ce635f

#5fcace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcace Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcace Color CSS Codes

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

#5fcace Text Font Color

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

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


#5fcace Background Color

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

This div background color is #5fcace


#5fcace Border Color

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

This div border color is #5fcace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcace


Comments

No comments written yet.

Please login to write comment.