Color Hex Logo

#a8eddf Color Hex

#A8EDDF
(168,237,223)
0 Favorites   0 Comments

Color spaces of #a8eddf

RGB 168237223
HSL0.470.660.79
HSV168°29°93°
CMYK 0.290.000.06   0.07
XYZ59.751974.220980.9888
Yxy74.22090.27800.3453
Hunter Lab86.1516-26.96354.5691
CIE-Lab89.0268-24.3756-0.1305

#a8eddf color RGB value is (168,237,223).

#a8eddf hex color red value is 168, green value is 237 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a8eddf hue: 0.47 , saturation: 0.66 and the lightness value of a8eddf is 0.79.

The process color (four color CMYK) of #a8eddf color hex is 0.29, 0.00, 0.06, 0.07. Web safe color of #a8eddf is #99ffcc. Color #a8eddf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101101 11011111
Octal 250 355 337
Decimal 168 237 223
Hex A8 ED DF

RGB Percentages of Color #a8eddf

%26.75
%37.74
%35.51

CMYK Percentages of Color #a8eddf

%29
%0
%6
%7

Triadic Colors of #a8eddf

#a8eddf #dfa8ed #eddfa8

Analogous Colors of #a8eddf

#a8eddf #a8d9ed #a8edbd

Monochromatic Colors of #a8eddf

#a8eddf

Complementary Color

#a8eddf #eda8b6

#a8eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8eddf Color CSS Codes

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

#a8eddf Text Font Color

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

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


#a8eddf Background Color

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

This div background color is #a8eddf


#a8eddf Border Color

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

This div border color is #a8eddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,237,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8eddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8eddf;
  -webkit-box-shadow: 1px 1px 3px 2px #a8eddf;
  box-shadow:         1px 1px 3px 2px #a8eddf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,237,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 #a8eddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8eddf


Comments

No comments written yet.

Please login to write comment.