Color Hex Logo

#9eafce Color Hex

#9EAFCE
(158,175,206)
0 Favorites   0 Comments

Color spaces of #9eafce

RGB 158175206
HSL0.610.330.71
HSV219°23°81°
CMYK 0.230.150.00   0.19
XYZ40.571142.385364.4354
Yxy42.38530.27530.2876
Hunter Lab65.1040-2.6955-13.1083
CIE-Lab71.13580.8840-17.6791

#9eafce color RGB value is (158,175,206).

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

The process color (four color CMYK) of #9eafce color hex is 0.23, 0.15, 0.00, 0.19. Web safe color of #9eafce is #9999cc. Color #9eafce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101111 11001110
Octal 236 257 316
Decimal 158 175 206
Hex 9E AF CE

RGB Percentages of Color #9eafce

%29.31
%32.47
%38.22

CMYK Percentages of Color #9eafce

%23
%15
%0
%19

Triadic Colors of #9eafce

#9eafce #ce9eaf #afce9e

Analogous Colors of #9eafce

#9eafce #a59ece #9ec7ce

Monochromatic Colors of #9eafce

#9eafce

Complementary Color

#9eafce #cebd9e

#9eafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eafce Color CSS Codes

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

#9eafce Text Font Color

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

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


#9eafce Background Color

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

This div background color is #9eafce


#9eafce Border Color

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

This div border color is #9eafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eafce


Comments

No comments written yet.

Please login to write comment.