Color Hex Logo

#8afdde Color Hex

#8AFDDE
(138,253,222)
0 Favorites   0 Comments

Color spaces of #8afdde

RGB 138253222
HSL0.460.970.77
HSV164°45°99°
CMYK 0.450.000.12   0.01
XYZ58.791380.927881.6292
Yxy80.92780.26560.3656
Hunter Lab89.9599-40.77509.1724
CIE-Lab92.0996-39.92814.6910

#8afdde color RGB value is (138,253,222).

#8afdde hex color red value is 138, green value is 253 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8afdde hue: 0.46 , saturation: 0.97 and the lightness value of 8afdde is 0.77.

The process color (four color CMYK) of #8afdde color hex is 0.45, 0.00, 0.12, 0.01. Web safe color of #8afdde is #99ffcc. Color #8afdde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111101 11011110
Octal 212 375 336
Decimal 138 253 222
Hex 8A FD DE

RGB Percentages of Color #8afdde

%22.51
%41.27
%36.22

CMYK Percentages of Color #8afdde

%45
%0
%12
%1

Triadic Colors of #8afdde

#8afdde #de8afd #fdde8a

Analogous Colors of #8afdde

#8afdde #8ae3fd #8afda5

Monochromatic Colors of #8afdde

#8afdde

Complementary Color

#8afdde #fd8aa9

#8afdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afdde Color CSS Codes

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

#8afdde Text Font Color

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

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


#8afdde Background Color

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

This div background color is #8afdde


#8afdde Border Color

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

This div border color is #8afdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afdde

Related Colors


Comments

No comments written yet.

Please login to write comment.