Color Hex Logo

#8addfe Color Hex

#8ADDFE
(138,221,254)
0 Favorites   0 Comments

Color spaces of #8addfe

RGB 138221254
HSL0.550.980.77
HSV197°46°100°
CMYK 0.460.130.00   0.00
XYZ54.227164.2719103.3136
Yxy64.27190.24450.2898
Hunter Lab80.1698-19.5591-20.2873
CIE-Lab84.1071-16.8008-23.9316

#8addfe color RGB value is (138,221,254).

#8addfe hex color red value is 138, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8addfe hue: 0.55 , saturation: 0.98 and the lightness value of 8addfe is 0.77.

The process color (four color CMYK) of #8addfe color hex is 0.46, 0.13, 0.00, 0.00. Web safe color of #8addfe is #99ccff. Color #8addfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011101 11111110
Octal 212 335 376
Decimal 138 221 254
Hex 8A DD FE

RGB Percentages of Color #8addfe

%22.51
%36.05
%41.44

CMYK Percentages of Color #8addfe

%46
%13
%0
%0

Triadic Colors of #8addfe

#8addfe #fe8add #ddfe8a

Analogous Colors of #8addfe

#8addfe #8aa3fe #8afee5

Monochromatic Colors of #8addfe

#8addfe

Complementary Color

#8addfe #feab8a

#8addfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8addfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8addfe Color CSS Codes

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

#8addfe Text Font Color

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

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


#8addfe Background Color

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

This div background color is #8addfe


#8addfe Border Color

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

This div border color is #8addfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8addfe


Comments

No comments written yet.

Please login to write comment.