Color Hex Logo

#abe3dd Color Hex

#ABE3DD
(171,227,221)
0 Favorites   0 Comments

Color spaces of #abe3dd

RGB 171227221
HSL0.480.500.78
HSV174°25°89°
CMYK 0.250.000.03   0.11
XYZ57.314868.816678.6687
Yxy68.81660.27990.3360
Hunter Lab82.9558-21.84551.8431
CIE-Lab86.4132-19.0144-2.8896

#abe3dd color RGB value is (171,227,221).

#abe3dd hex color red value is 171, green value is 227 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #abe3dd hue: 0.48 , saturation: 0.50 and the lightness value of abe3dd is 0.78.

The process color (four color CMYK) of #abe3dd color hex is 0.25, 0.00, 0.03, 0.11. Web safe color of #abe3dd is #99cccc. Color #abe3dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100011 11011101
Octal 253 343 335
Decimal 171 227 221
Hex AB E3 DD

RGB Percentages of Color #abe3dd

%27.63
%36.67
%35.70

CMYK Percentages of Color #abe3dd

%25
%0
%3
%11

Triadic Colors of #abe3dd

#abe3dd #ddabe3 #e3ddab

Analogous Colors of #abe3dd

#abe3dd #abcde3 #abe3c1

Monochromatic Colors of #abe3dd

#abe3dd

Complementary Color

#abe3dd #e3abb1

#abe3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe3dd Color CSS Codes

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

#abe3dd Text Font Color

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

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


#abe3dd Background Color

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

This div background color is #abe3dd


#abe3dd Border Color

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

This div border color is #abe3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe3dd


Comments

No comments written yet.

Please login to write comment.