Color Hex Logo

#a8ecdb Color Hex

#A8ECDB
(168,236,219)
0 Favorites   0 Comments

Color spaces of #a8ecdb

RGB 168236219
HSL0.460.640.79
HSV165°29°93°
CMYK 0.290.000.07   0.07
XYZ58.930173.430278.0853
Yxy73.43020.28000.3489
Hunter Lab85.6914-27.20535.9567
CIE-Lab88.6525-24.73501.4161

#a8ecdb color RGB value is (168,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101100 11011011
Octal 250 354 333
Decimal 168 236 219
Hex A8 EC DB

RGB Percentages of Color #a8ecdb

%26.97
%37.88
%35.15

CMYK Percentages of Color #a8ecdb

%29
%0
%7
%7

Triadic Colors of #a8ecdb

#a8ecdb #dba8ec #ecdba8

Analogous Colors of #a8ecdb

#a8ecdb #a8dbec #a8ecb9

Monochromatic Colors of #a8ecdb

#a8ecdb

Complementary Color

#a8ecdb #eca8b9

#a8ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ecdb Color CSS Codes

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

#a8ecdb Text Font Color

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

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


#a8ecdb Background Color

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

This div background color is #a8ecdb


#a8ecdb Border Color

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

This div border color is #a8ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ecdb


Comments

No comments written yet.

Please login to write comment.