Color Hex Logo

#8afddf Color Hex

#8AFDDF
(138,253,223)
0 Favorites   0 Comments

Color spaces of #8afddf

RGB 138253223
HSL0.460.970.77
HSV164°45°99°
CMYK 0.450.000.12   0.01
XYZ58.925880.981582.3373
Yxy80.98150.26510.3644
Hunter Lab89.9897-40.59928.7446
CIE-Lab92.1235-39.70654.2084

#8afddf color RGB value is (138,253,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111101 11011111
Octal 212 375 337
Decimal 138 253 223
Hex 8A FD DF

RGB Percentages of Color #8afddf

%22.48
%41.21
%36.32

CMYK Percentages of Color #8afddf

%45
%0
%12
%1

Triadic Colors of #8afddf

#8afddf #df8afd #fddf8a

Analogous Colors of #8afddf

#8afddf #8ae2fd #8afda6

Monochromatic Colors of #8afddf

#8afddf

Complementary Color

#8afddf #fd8aa8

#8afddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afddf Color CSS Codes

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

#8afddf Text Font Color

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

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


#8afddf Background Color

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

This div background color is #8afddf


#8afddf Border Color

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

This div border color is #8afddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afddf


Comments

No comments written yet.

Please login to write comment.