Color Hex Logo

#5fafca Color Hex

#5FAFCA
(95,175,202)
0 Favorites   0 Comments

Color spaces of #5fafca

RGB 95175202
HSL0.540.500.58
HSV195°53°79°
CMYK 0.530.130.00   0.21
XYZ30.710037.357161.4692
Yxy37.35710.23710.2884
Hunter Lab61.1205-17.2734-16.8440
CIE-Lab67.5441-17.0066-21.2545

#5fafca color RGB value is (95,175,202).

#5fafca hex color red value is 95, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5fafca hue: 0.54 , saturation: 0.50 and the lightness value of 5fafca is 0.58.

The process color (four color CMYK) of #5fafca color hex is 0.53, 0.13, 0.00, 0.21. Web safe color of #5fafca is #6699cc. Color #5fafca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101111 11001010
Octal 137 257 312
Decimal 95 175 202
Hex 5F AF CA

RGB Percentages of Color #5fafca

%20.13
%37.08
%42.80

CMYK Percentages of Color #5fafca

%53
%13
%0
%21

Triadic Colors of #5fafca

#5fafca #ca5faf #afca5f

Analogous Colors of #5fafca

#5fafca #5f7aca #5fcab0

Monochromatic Colors of #5fafca

#5fafca

Complementary Color

#5fafca #ca7a5f

#5fafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fafca Color CSS Codes

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

#5fafca Text Font Color

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

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


#5fafca Background Color

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

This div background color is #5fafca


#5fafca Border Color

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

This div border color is #5fafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fafca


Comments

No comments written yet.

Please login to write comment.