Color Hex Logo

#8addee Color Hex

#8ADDEE
(138,221,238)
0 Favorites   0 Comments

Color spaces of #8addee

RGB 138221238
HSL0.530.750.74
HSV190°42°93°
CMYK 0.420.070.00   0.07
XYZ51.770363.289290.3764
Yxy63.28920.25200.3081
Hunter Lab79.5545-23.0611-11.6671
CIE-Lab83.5943-20.9500-16.2440

#8addee color RGB value is (138,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011101 11101110
Octal 212 335 356
Decimal 138 221 238
Hex 8A DD EE

RGB Percentages of Color #8addee

%23.12
%37.02
%39.87

CMYK Percentages of Color #8addee

%42
%7
%0
%7

Triadic Colors of #8addee

#8addee #ee8add #ddee8a

Analogous Colors of #8addee

#8addee #8aabee #8aeecd

Monochromatic Colors of #8addee

#8addee

Complementary Color

#8addee #ee9b8a

#8addee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8addee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8addee Color CSS Codes

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

#8addee Text Font Color

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

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


#8addee Background Color

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

This div background color is #8addee


#8addee Border Color

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

This div border color is #8addee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,221,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 #8addee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8addee


Comments

No comments written yet.

Please login to write comment.