Color Hex Logo

#8daeeb Color Hex

#8DAEEB
(141,174,235)
0 Favorites   0 Comments

Color spaces of #8daeeb

RGB 141174235
HSL0.610.700.74
HSV219°40°92°
CMYK 0.400.260.00   0.08
XYZ41.116041.933084.5241
Yxy41.93300.24540.2502
Hunter Lab64.75570.0144-32.0609
CIE-Lab70.82473.9027-34.1127

#8daeeb color RGB value is (141,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101110 11101011
Octal 215 256 353
Decimal 141 174 235
Hex 8D AE EB

RGB Percentages of Color #8daeeb

%25.64
%31.64
%42.73

CMYK Percentages of Color #8daeeb

%40
%26
%0
%8

Triadic Colors of #8daeeb

#8daeeb #eb8dae #aeeb8d

Analogous Colors of #8daeeb

#8daeeb #9b8deb #8dddeb

Monochromatic Colors of #8daeeb

#8daeeb

Complementary Color

#8daeeb #ebca8d

#8daeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daeeb Color CSS Codes

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

#8daeeb Text Font Color

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

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


#8daeeb Background Color

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

This div background color is #8daeeb


#8daeeb Border Color

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

This div border color is #8daeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daeeb


Comments

No comments written yet.

Please login to write comment.