Color Hex Logo

#8daeee Color Hex

#8DAEEE
(141,174,238)
0 Favorites   0 Comments

Color spaces of #8daeee

RGB 141174238
HSL0.610.740.74
HSV220°41°93°
CMYK 0.410.270.00   0.07
XYZ41.553242.107986.8265
Yxy42.10790.24370.2470
Hunter Lab64.89060.7453-33.9092
CIE-Lab70.94524.7187-35.5589

#8daeee color RGB value is (141,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101110 11101110
Octal 215 256 356
Decimal 141 174 238
Hex 8D AE EE

RGB Percentages of Color #8daeee

%25.50
%31.46
%43.04

CMYK Percentages of Color #8daeee

%41
%27
%0
%7

Triadic Colors of #8daeee

#8daeee #ee8dae #aeee8d

Analogous Colors of #8daeee

#8daeee #9d8dee #8ddfee

Monochromatic Colors of #8daeee

#8daeee

Complementary Color

#8daeee #eecd8d

#8daeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daeee Color CSS Codes

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

#8daeee Text Font Color

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

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


#8daeee Background Color

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

This div background color is #8daeee


#8daeee Border Color

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

This div border color is #8daeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daeee


Comments

No comments written yet.

Please login to write comment.