Color Hex Logo

#8daeec Color Hex

#8DAEEC
(141,174,236)
0 Favorites   0 Comments

Color spaces of #8daeec

RGB 141174236
HSL0.610.710.74
HSV219°40°93°
CMYK 0.400.260.00   0.07
XYZ41.260941.991085.2873
Yxy41.99100.24480.2491
Hunter Lab64.80050.2569-32.6744
CIE-Lab70.86474.1740-34.5953

#8daeec color RGB value is (141,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101110 11101100
Octal 215 256 354
Decimal 141 174 236
Hex 8D AE EC

RGB Percentages of Color #8daeec

%25.59
%31.58
%42.83

CMYK Percentages of Color #8daeec

%40
%26
%0
%7

Triadic Colors of #8daeec

#8daeec #ec8dae #aeec8d

Analogous Colors of #8daeec

#8daeec #9c8dec #8ddeec

Monochromatic Colors of #8daeec

#8daeec

Complementary Color

#8daeec #eccb8d

#8daeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daeec Color CSS Codes

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

#8daeec Text Font Color

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

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


#8daeec Background Color

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

This div background color is #8daeec


#8daeec Border Color

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

This div border color is #8daeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daeec


Comments

No comments written yet.

Please login to write comment.