Color Hex Logo

#8daedd Color Hex

#8DAEDD
(141,174,221)
0 Favorites   0 Comments

Color spaces of #8daedd

RGB 141174221
HSL0.600.540.71
HSV215°36°87°
CMYK 0.360.210.00   0.13
XYZ39.171741.155374.2858
Yxy41.15530.25340.2662
Hunter Lab64.1524-3.2739-23.7487
CIE-Lab70.28460.1737-27.3007

#8daedd color RGB value is (141,174,221).

#8daedd hex color red value is 141, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8daedd hue: 0.60 , saturation: 0.54 and the lightness value of 8daedd is 0.71.

The process color (four color CMYK) of #8daedd color hex is 0.36, 0.21, 0.00, 0.13. Web safe color of #8daedd is #9999cc. Color #8daedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101110 11011101
Octal 215 256 335
Decimal 141 174 221
Hex 8D AE DD

RGB Percentages of Color #8daedd

%26.31
%32.46
%41.23

CMYK Percentages of Color #8daedd

%36
%21
%0
%13

Triadic Colors of #8daedd

#8daedd #dd8dae #aedd8d

Analogous Colors of #8daedd

#8daedd #948ddd #8dd6dd

Monochromatic Colors of #8daedd

#8daedd

Complementary Color

#8daedd #ddbc8d

#8daedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daedd Color CSS Codes

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

#8daedd Text Font Color

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

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


#8daedd Background Color

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

This div background color is #8daedd


#8daedd Border Color

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

This div border color is #8daedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daedd


Comments

No comments written yet.

Please login to write comment.