Color Hex Logo

#9daef4 Color Hex

#9DAEF4
(157,174,244)
0 Favorites   0 Comments

Color spaces of #9daef4

RGB 157174244
HSL0.630.800.79
HSV228°36°96°
CMYK 0.360.290.00   0.04
XYZ45.369843.971991.6841
Yxy43.97190.25060.2429
Hunter Lab66.31136.0838-35.5583
CIE-Lab72.209710.5482-36.7749

#9daef4 color RGB value is (157,174,244).

#9daef4 hex color red value is 157, green value is 174 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #9daef4 hue: 0.63 , saturation: 0.80 and the lightness value of 9daef4 is 0.79.

The process color (four color CMYK) of #9daef4 color hex is 0.36, 0.29, 0.00, 0.04. Web safe color of #9daef4 is #9999ff. Color #9daef4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101110 11110100
Octal 235 256 364
Decimal 157 174 244
Hex 9D AE F4

RGB Percentages of Color #9daef4

%27.30
%30.26
%42.43

CMYK Percentages of Color #9daef4

%36
%29
%0
%4

Triadic Colors of #9daef4

#9daef4 #f49dae #aef49d

Analogous Colors of #9daef4

#9daef4 #b89df4 #9ddaf4

Monochromatic Colors of #9daef4

#9daef4

Complementary Color

#9daef4 #f4e39d

#9daef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daef4 Color CSS Codes

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

#9daef4 Text Font Color

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

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


#9daef4 Background Color

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

This div background color is #9daef4


#9daef4 Border Color

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

This div border color is #9daef4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,174,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9daef4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9daef4;
  -webkit-box-shadow: 1px 1px 3px 2px #9daef4;
  box-shadow:         1px 1px 3px 2px #9daef4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,174,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daef4


Comments

No comments written yet.

Please login to write comment.