Color Hex Logo

#8dacee Color Hex

#8DACEE
(141,172,238)
0 Favorites   0 Comments

Color spaces of #8dacee

RGB 141172238
HSL0.610.740.74
HSV221°41°93°
CMYK 0.410.280.00   0.07
XYZ41.169641.340886.6986
Yxy41.34080.24330.2443
Hunter Lab64.29681.7751-34.9396
CIE-Lab70.41405.8371-36.3836

#8dacee color RGB value is (141,172,238).

#8dacee hex color red value is 141, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8dacee hue: 0.61 , saturation: 0.74 and the lightness value of 8dacee is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101100 11101110
Octal 215 254 356
Decimal 141 172 238
Hex 8D AC EE

RGB Percentages of Color #8dacee

%25.59
%31.22
%43.19

CMYK Percentages of Color #8dacee

%41
%28
%0
%7

Triadic Colors of #8dacee

#8dacee #ee8dac #acee8d

Analogous Colors of #8dacee

#8dacee #9f8dee #8dddee

Monochromatic Colors of #8dacee

#8dacee

Complementary Color

#8dacee #eecf8d

#8dacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dacee Color CSS Codes

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

#8dacee Text Font Color

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

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


#8dacee Background Color

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

This div background color is #8dacee


#8dacee Border Color

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

This div border color is #8dacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dacee


Comments

No comments written yet.

Please login to write comment.