Color Hex Logo

#8adaed Color Hex

#8ADAED
(138,218,237)
0 Favorites   0 Comments

Color spaces of #8adaed

RGB 138218237
HSL0.530.730.74
HSV192°42°93°
CMYK 0.420.080.00   0.07
XYZ50.838761.660589.3429
Yxy61.66050.25190.3055
Hunter Lab78.5242-21.8516-12.4918
CIE-Lab82.7325-19.6997-17.0106

#8adaed color RGB value is (138,218,237).

#8adaed hex color red value is 138, green value is 218 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8adaed hue: 0.53 , saturation: 0.73 and the lightness value of 8adaed is 0.74.

The process color (four color CMYK) of #8adaed color hex is 0.42, 0.08, 0.00, 0.07. Web safe color of #8adaed is #99ccff. Color #8adaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11101101
Octal 212 332 355
Decimal 138 218 237
Hex 8A DA ED

RGB Percentages of Color #8adaed

%23.27
%36.76
%39.97

CMYK Percentages of Color #8adaed

%42
%8
%0
%7

Triadic Colors of #8adaed

#8adaed #ed8ada #daed8a

Analogous Colors of #8adaed

#8adaed #8aa9ed #8aedcf

Monochromatic Colors of #8adaed

#8adaed

Complementary Color

#8adaed #ed9d8a

#8adaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adaed Color CSS Codes

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

#8adaed Text Font Color

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

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


#8adaed Background Color

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

This div background color is #8adaed


#8adaed Border Color

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

This div border color is #8adaed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,218,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8adaed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8adaed;
  -webkit-box-shadow: 1px 1px 3px 2px #8adaed;
  box-shadow:         1px 1px 3px 2px #8adaed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,218,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adaed


Comments

No comments written yet.

Please login to write comment.