Color Hex Logo

#9eafc6 Color Hex

#9EAFC6
(158,175,198)
0 Favorites   0 Comments

Color spaces of #9eafc6

RGB 158175198
HSL0.600.260.70
HSV215°20°78°
CMYK 0.200.120.00   0.22
XYZ39.623642.006359.4457
Yxy42.00630.28090.2978
Hunter Lab64.8123-4.2938-9.0121
CIE-Lab70.8753-0.9469-13.6771

#9eafc6 color RGB value is (158,175,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101111 11000110
Octal 236 257 306
Decimal 158 175 198
Hex 9E AF C6

RGB Percentages of Color #9eafc6

%29.76
%32.96
%37.29

CMYK Percentages of Color #9eafc6

%20
%12
%0
%22

Triadic Colors of #9eafc6

#9eafc6 #c69eaf #afc69e

Analogous Colors of #9eafc6

#9eafc6 #a19ec6 #9ec3c6

Monochromatic Colors of #9eafc6

#9eafc6

Complementary Color

#9eafc6 #c6b59e

#9eafc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eafc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eafc6 Color CSS Codes

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

#9eafc6 Text Font Color

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

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


#9eafc6 Background Color

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

This div background color is #9eafc6


#9eafc6 Border Color

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

This div border color is #9eafc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eafc6


Comments

No comments written yet.

Please login to write comment.