Color Hex Logo

#8daaef Color Hex

#8DAAEF
(141,170,239)
0 Favorites   0 Comments

Color spaces of #8daaef

RGB 141170239
HSL0.620.750.75
HSV222°41°94°
CMYK 0.410.290.00   0.06
XYZ40.939240.644287.3487
Yxy40.64420.24230.2406
Hunter Lab63.75283.0573-36.6072
CIE-Lab69.92597.2340-37.6874

#8daaef color RGB value is (141,170,239).

#8daaef hex color red value is 141, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8daaef hue: 0.62 , saturation: 0.75 and the lightness value of 8daaef is 0.75.

The process color (four color CMYK) of #8daaef color hex is 0.41, 0.29, 0.00, 0.06. Web safe color of #8daaef is #9999ff. Color #8daaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101010 11101111
Octal 215 252 357
Decimal 141 170 239
Hex 8D AA EF

RGB Percentages of Color #8daaef

%25.64
%30.91
%43.45

CMYK Percentages of Color #8daaef

%41
%29
%0
%6

Triadic Colors of #8daaef

#8daaef #ef8daa #aaef8d

Analogous Colors of #8daaef

#8daaef #a18def #8ddbef

Monochromatic Colors of #8daaef

#8daaef

Complementary Color

#8daaef #efd28d

#8daaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daaef Color CSS Codes

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

#8daaef Text Font Color

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

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


#8daaef Background Color

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

This div background color is #8daaef


#8daaef Border Color

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

This div border color is #8daaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daaef


Comments

No comments written yet.

Please login to write comment.