Color Hex Logo

#a8ecdc Color Hex

#A8ECDC
(168,236,220)
0 Favorites   0 Comments

Color spaces of #a8ecdc

RGB 168236220
HSL0.460.640.79
HSV166°29°93°
CMYK 0.290.000.07   0.07
XYZ59.062273.483078.7809
Yxy73.48300.27950.3477
Hunter Lab85.7222-27.02835.5165
CIE-Lab88.6776-24.52480.9293

#a8ecdc color RGB value is (168,236,220).

#a8ecdc hex color red value is 168, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a8ecdc hue: 0.46 , saturation: 0.64 and the lightness value of a8ecdc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101100 11011100
Octal 250 354 334
Decimal 168 236 220
Hex A8 EC DC

RGB Percentages of Color #a8ecdc

%26.92
%37.82
%35.26

CMYK Percentages of Color #a8ecdc

%29
%0
%7
%7

Triadic Colors of #a8ecdc

#a8ecdc #dca8ec #ecdca8

Analogous Colors of #a8ecdc

#a8ecdc #a8daec #a8ecba

Monochromatic Colors of #a8ecdc

#a8ecdc

Complementary Color

#a8ecdc #eca8b8

#a8ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ecdc Color CSS Codes

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

#a8ecdc Text Font Color

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

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


#a8ecdc Background Color

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

This div background color is #a8ecdc


#a8ecdc Border Color

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

This div border color is #a8ecdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,236,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ecdc

#a8ecdc Color Palettes


Comments

No comments written yet.

Please login to write comment.