Color Hex Logo

#8addea Color Hex

#8ADDEA
(138,221,234)
0 Favorites   0 Comments

Color spaces of #8addea

RGB 138221234
HSL0.520.700.73
HSV188°41°92°
CMYK 0.410.060.00   0.08
XYZ51.189063.056787.3151
Yxy63.05670.25400.3128
Hunter Lab79.4082-23.8978-9.6079
CIE-Lab83.4722-21.9578-14.3079

#8addea color RGB value is (138,221,234).

#8addea hex color red value is 138, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8addea hue: 0.52 , saturation: 0.70 and the lightness value of 8addea is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011101 11101010
Octal 212 335 352
Decimal 138 221 234
Hex 8A DD EA

RGB Percentages of Color #8addea

%23.27
%37.27
%39.46

CMYK Percentages of Color #8addea

%41
%6
%0
%8

Triadic Colors of #8addea

#8addea #ea8add #ddea8a

Analogous Colors of #8addea

#8addea #8aadea #8aeac7

Monochromatic Colors of #8addea

#8addea

Complementary Color

#8addea #ea978a

#8addea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8addea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8addea Color CSS Codes

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

#8addea Text Font Color

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

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


#8addea Background Color

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

This div background color is #8addea


#8addea Border Color

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

This div border color is #8addea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8addea


Comments

No comments written yet.

Please login to write comment.