Color Hex Logo

#8daeff Color Hex

#8DAEFF
(141,174,255)
0 Favorites   0 Comments

Color spaces of #8daeff

RGB 141174255
HSL0.621.000.78
HSV223°45°100°
CMYK 0.450.320.00   0.00
XYZ44.170643.1548100.6094
Yxy43.15480.23500.2296
Hunter Lab65.69235.0594-44.8195
CIE-Lab71.65999.4444-43.6625

#8daeff color RGB value is (141,174,255).

#8daeff hex color red value is 141, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8daeff hue: 0.62 , saturation: 1.00 and the lightness value of 8daeff is 0.78.

The process color (four color CMYK) of #8daeff color hex is 0.45, 0.32, 0.00, 0.00. Web safe color of #8daeff is #9999ff. Color #8daeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101110 11111111
Octal 215 256 377
Decimal 141 174 255
Hex 8D AE FF

RGB Percentages of Color #8daeff

%24.74
%30.53
%44.74

CMYK Percentages of Color #8daeff

%45
%32
%0
%0

Triadic Colors of #8daeff

#8daeff #ff8dae #aeff8d

Analogous Colors of #8daeff

#8daeff #a58dff #8de7ff

Monochromatic Colors of #8daeff

#8daeff

Complementary Color

#8daeff #ffde8d

#8daeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daeff Color CSS Codes

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

#8daeff Text Font Color

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

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


#8daeff Background Color

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

This div background color is #8daeff


#8daeff Border Color

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

This div border color is #8daeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daeff


Comments

No comments written yet.

Please login to write comment.