Color Hex Logo

#8daacb Color Hex

#8DAACB
(141,170,203)
0 Favorites   0 Comments

Color spaces of #8daacb

RGB 141170203
HSL0.590.370.67
HSV212°31°80°
CMYK 0.310.160.00   0.20
XYZ36.138738.724062.0697
Yxy38.72400.26390.2828
Hunter Lab62.2286-5.2378-15.5786
CIE-Lab68.5509-2.2159-20.0552

#8daacb color RGB value is (141,170,203).

#8daacb hex color red value is 141, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8daacb hue: 0.59 , saturation: 0.37 and the lightness value of 8daacb is 0.67.

The process color (four color CMYK) of #8daacb color hex is 0.31, 0.16, 0.00, 0.20. Web safe color of #8daacb is #9999cc. Color #8daacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101010 11001011
Octal 215 252 313
Decimal 141 170 203
Hex 8D AA CB

RGB Percentages of Color #8daacb

%27.43
%33.07
%39.49

CMYK Percentages of Color #8daacb

%31
%16
%0
%20

Triadic Colors of #8daacb

#8daacb #cb8daa #aacb8d

Analogous Colors of #8daacb

#8daacb #8f8dcb #8dc9cb

Monochromatic Colors of #8daacb

#8daacb

Complementary Color

#8daacb #cbae8d

#8daacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daacb Color CSS Codes

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

#8daacb Text Font Color

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

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


#8daacb Background Color

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

This div background color is #8daacb


#8daacb Border Color

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

This div border color is #8daacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daacb


Comments

No comments written yet.

Please login to write comment.