Color Hex Logo

#8daad1 Color Hex

#8DAAD1
(141,170,209)
1 Favorites   0 Comments

Color spaces of #8daad1

RGB 141170209
HSL0.600.430.69
HSV214°33°82°
CMYK 0.330.190.00   0.18
XYZ36.867939.015665.9092
Yxy39.01560.26000.2752
Hunter Lab62.4625-3.9513-18.8379
CIE-Lab68.7626-0.7083-23.0414

#8daad1 color RGB value is (141,170,209).

#8daad1 hex color red value is 141, green value is 170 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #8daad1 hue: 0.60 , saturation: 0.43 and the lightness value of 8daad1 is 0.69.

The process color (four color CMYK) of #8daad1 color hex is 0.33, 0.19, 0.00, 0.18. Web safe color of #8daad1 is #9999cc. Color #8daad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101010 11010001
Octal 215 252 321
Decimal 141 170 209
Hex 8D AA D1

RGB Percentages of Color #8daad1

%27.12
%32.69
%40.19

CMYK Percentages of Color #8daad1

%33
%19
%0
%18

Triadic Colors of #8daad1

#8daad1 #d18daa #aad18d

Analogous Colors of #8daad1

#8daad1 #928dd1 #8dccd1

Monochromatic Colors of #8daad1

#8daad1

Complementary Color

#8daad1 #d1b48d

#8daad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daad1 Color CSS Codes

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

#8daad1 Text Font Color

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

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


#8daad1 Background Color

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

This div background color is #8daad1


#8daad1 Border Color

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

This div border color is #8daad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daad1

#8daad1 Color Palettes


Comments

No comments written yet.

Please login to write comment.