Color Hex Logo

#8daced Color Hex

#8DACED
(141,172,237)
0 Favorites   0 Comments

Color spaces of #8daced

RGB 141172237
HSL0.610.730.74
HSV221°41°93°
CMYK 0.410.270.00   0.07
XYZ41.023141.282285.9269
Yxy41.28220.24380.2454
Hunter Lab64.25121.5290-34.3161
CIE-Lab70.37325.5639-35.9024

#8daced color RGB value is (141,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101100 11101101
Octal 215 254 355
Decimal 141 172 237
Hex 8D AC ED

RGB Percentages of Color #8daced

%25.64
%31.27
%43.09

CMYK Percentages of Color #8daced

%41
%27
%0
%7

Triadic Colors of #8daced

#8daced #ed8dac #aced8d

Analogous Colors of #8daced

#8daced #9e8ded #8ddced

Monochromatic Colors of #8daced

#8daced

Complementary Color

#8daced #edce8d

#8daced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daced Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daced Color CSS Codes

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

#8daced Text Font Color

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

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


#8daced Background Color

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

This div background color is #8daced


#8daced Border Color

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

This div border color is #8daced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daced


Comments

No comments written yet.

Please login to write comment.