Color Hex Logo

#9eafca Color Hex

#9EAFCA
(158,175,202)
0 Favorites   0 Comments

Color spaces of #9eafca

RGB 158175202
HSL0.600.290.71
HSV217°22°79°
CMYK 0.220.130.00   0.21
XYZ40.091242.193361.9082
Yxy42.19330.27800.2926
Hunter Lab64.9564-3.5031-11.0383
CIE-Lab71.0040-0.0382-15.6818

#9eafca color RGB value is (158,175,202).

#9eafca hex color red value is 158, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9eafca hue: 0.60 , saturation: 0.29 and the lightness value of 9eafca is 0.71.

The process color (four color CMYK) of #9eafca color hex is 0.22, 0.13, 0.00, 0.21. Web safe color of #9eafca is #9999cc. Color #9eafca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101111 11001010
Octal 236 257 312
Decimal 158 175 202
Hex 9E AF CA

RGB Percentages of Color #9eafca

%29.53
%32.71
%37.76

CMYK Percentages of Color #9eafca

%22
%13
%0
%21

Triadic Colors of #9eafca

#9eafca #ca9eaf #afca9e

Analogous Colors of #9eafca

#9eafca #a39eca #9ec5ca

Monochromatic Colors of #9eafca

#9eafca

Complementary Color

#9eafca #cab99e

#9eafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eafca Color CSS Codes

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

#9eafca Text Font Color

<p style="color:#9eafca">Text here</p>

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


#9eafca Background Color

<div style="background-color:#9eafca">
Div content here</div>

This div background color is #9eafca


#9eafca Border Color

<div style="border:3px solid #9eafca">
Div here</div>

This div border color is #9eafca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,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 #9eafca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eafca


Comments

No comments written yet.

Please login to write comment.