Color Hex Logo

#abe8dd Color Hex

#ABE8DD
(171,232,221)
0 Favorites   0 Comments

Color spaces of #abe8dd

RGB 171232221
HSL0.470.570.79
HSV169°26°91°
CMYK 0.260.000.05   0.09
XYZ58.702371.591679.1312
Yxy71.59160.28030.3418
Hunter Lab84.6118-24.23033.7787
CIE-Lab87.7716-21.4884-0.8984

#abe8dd color RGB value is (171,232,221).

#abe8dd hex color red value is 171, green value is 232 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #abe8dd hue: 0.47 , saturation: 0.57 and the lightness value of abe8dd is 0.79.

The process color (four color CMYK) of #abe8dd color hex is 0.26, 0.00, 0.05, 0.09. Web safe color of #abe8dd is #99ffcc. Color #abe8dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101000 11011101
Octal 253 350 335
Decimal 171 232 221
Hex AB E8 DD

RGB Percentages of Color #abe8dd

%27.40
%37.18
%35.42

CMYK Percentages of Color #abe8dd

%26
%0
%5
%9

Triadic Colors of #abe8dd

#abe8dd #ddabe8 #e8ddab

Analogous Colors of #abe8dd

#abe8dd #abd5e8 #abe8bf

Monochromatic Colors of #abe8dd

#abe8dd

Complementary Color

#abe8dd #e8abb6

#abe8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe8dd Color CSS Codes

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

#abe8dd Text Font Color

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

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


#abe8dd Background Color

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

This div background color is #abe8dd


#abe8dd Border Color

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

This div border color is #abe8dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,232,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abe8dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abe8dd;
  -webkit-box-shadow: 1px 1px 3px 2px #abe8dd;
  box-shadow:         1px 1px 3px 2px #abe8dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,232,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe8dd


Comments

No comments written yet.

Please login to write comment.