Color Hex Logo

#8caedd Color Hex

#8CAEDD
(140,174,221)
0 Favorites   0 Comments

Color spaces of #8caedd

RGB 140174221
HSL0.600.540.71
HSV215°37°87°
CMYK 0.370.210.00   0.13
XYZ39.002441.068074.2779
Yxy41.06800.25270.2661
Hunter Lab64.0843-3.5106-23.8619
CIE-Lab70.2235-0.1000-27.3997

#8caedd color RGB value is (140,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101110 11011101
Octal 214 256 335
Decimal 140 174 221
Hex 8C AE DD

RGB Percentages of Color #8caedd

%26.17
%32.52
%41.31

CMYK Percentages of Color #8caedd

%37
%21
%0
%13

Triadic Colors of #8caedd

#8caedd #dd8cae #aedd8c

Analogous Colors of #8caedd

#8caedd #938cdd #8cd7dd

Monochromatic Colors of #8caedd

#8caedd

Complementary Color

#8caedd #ddbb8c

#8caedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caedd Color CSS Codes

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

#8caedd Text Font Color

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

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


#8caedd Background Color

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

This div background color is #8caedd


#8caedd Border Color

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

This div border color is #8caedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,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 #8caedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caedd


Comments

No comments written yet.

Please login to write comment.