Color Hex Logo

#abe6dc Color Hex

#ABE6DC
(171,230,220)
0 Favorites   0 Comments

Color spaces of #abe6dc

RGB 171230220
HSL0.470.540.79
HSV170°26°90°
CMYK 0.260.000.04   0.10
XYZ58.009770.418978.2449
Yxy70.41890.28070.3407
Hunter Lab83.9160-23.45893.4580
CIE-Lab87.2019-20.7139-1.2068

#abe6dc color RGB value is (171,230,220).

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

The process color (four color CMYK) of #abe6dc color hex is 0.26, 0.00, 0.04, 0.10. Web safe color of #abe6dc is #99ffcc. Color #abe6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 11011100
Octal 253 346 334
Decimal 171 230 220
Hex AB E6 DC

RGB Percentages of Color #abe6dc

%27.54
%37.04
%35.43

CMYK Percentages of Color #abe6dc

%26
%0
%4
%10

Triadic Colors of #abe6dc

#abe6dc #dcabe6 #e6dcab

Analogous Colors of #abe6dc

#abe6dc #abd3e6 #abe6bf

Monochromatic Colors of #abe6dc

#abe6dc

Complementary Color

#abe6dc #e6abb5

#abe6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe6dc Color CSS Codes

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

#abe6dc Text Font Color

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

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


#abe6dc Background Color

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

This div background color is #abe6dc


#abe6dc Border Color

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

This div border color is #abe6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe6dc


Comments

No comments written yet.

Please login to write comment.