Color Hex Logo

#8daeef Color Hex

#8DAEEF
(141,174,239)
0 Favorites   0 Comments

Color spaces of #8daeef

RGB 141174239
HSL0.610.750.75
HSV220°41°94°
CMYK 0.410.270.00   0.06
XYZ41.700542.166887.6025
Yxy42.16680.24320.2459
Hunter Lab64.93600.9910-34.5306
CIE-Lab70.98584.9920-36.0399

#8daeef color RGB value is (141,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101110 11101111
Octal 215 256 357
Decimal 141 174 239
Hex 8D AE EF

RGB Percentages of Color #8daeef

%25.45
%31.41
%43.14

CMYK Percentages of Color #8daeef

%41
%27
%0
%6

Triadic Colors of #8daeef

#8daeef #ef8dae #aeef8d

Analogous Colors of #8daeef

#8daeef #9d8def #8ddfef

Monochromatic Colors of #8daeef

#8daeef

Complementary Color

#8daeef #efce8d

#8daeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daeef Color CSS Codes

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

#8daeef Text Font Color

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

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


#8daeef Background Color

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

This div background color is #8daeef


#8daeef Border Color

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

This div border color is #8daeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daeef


Comments

No comments written yet.

Please login to write comment.