Color Hex Logo

#8daee9 Color Hex

#8DAEE9
(141,174,233)
0 Favorites   0 Comments

Color spaces of #8daee9

RGB 141174233
HSL0.610.680.73
HSV218°39°91°
CMYK 0.390.250.00   0.09
XYZ40.828541.818083.0106
Yxy41.81800.24650.2524
Hunter Lab64.6668-0.4680-30.8418
CIE-Lab70.74533.3617-33.1459

#8daee9 color RGB value is (141,174,233).

#8daee9 hex color red value is 141, green value is 174 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #8daee9 hue: 0.61 , saturation: 0.68 and the lightness value of 8daee9 is 0.73.

The process color (four color CMYK) of #8daee9 color hex is 0.39, 0.25, 0.00, 0.09. Web safe color of #8daee9 is #9999ff. Color #8daee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101110 11101001
Octal 215 256 351
Decimal 141 174 233
Hex 8D AE E9

RGB Percentages of Color #8daee9

%25.73
%31.75
%42.52

CMYK Percentages of Color #8daee9

%39
%25
%0
%9

Triadic Colors of #8daee9

#8daee9 #e98dae #aee98d

Analogous Colors of #8daee9

#8daee9 #9a8de9 #8ddce9

Monochromatic Colors of #8daee9

#8daee9

Complementary Color

#8daee9 #e9c88d

#8daee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daee9 Color CSS Codes

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

#8daee9 Text Font Color

<p style="color:#8daee9">Text here</p>

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


#8daee9 Background Color

<div style="background-color:#8daee9">
Div content here</div>

This div background color is #8daee9


#8daee9 Border Color

<div style="border:3px solid #8daee9">
Div here</div>

This div border color is #8daee9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,174,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8daee9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8daee9;
  -webkit-box-shadow: 1px 1px 3px 2px #8daee9;
  box-shadow:         1px 1px 3px 2px #8daee9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daee9


Comments

No comments written yet.

Please login to write comment.