Color Hex Logo

#abe2cc Color Hex

#ABE2CC
(171,226,204)
0 Favorites   0 Comments

Color spaces of #abe2cc

RGB 171226204
HSL0.430.490.78
HSV156°24°89°
CMYK 0.240.000.10   0.11
XYZ54.890067.410367.2452
Yxy67.41030.28960.3556
Hunter Lab82.1038-24.34658.9125
CIE-Lab85.7107-22.02985.0441

#abe2cc color RGB value is (171,226,204).

#abe2cc hex color red value is 171, green value is 226 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #abe2cc hue: 0.43 , saturation: 0.49 and the lightness value of abe2cc is 0.78.

The process color (four color CMYK) of #abe2cc color hex is 0.24, 0.00, 0.10, 0.11. Web safe color of #abe2cc is #99cccc. Color #abe2cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100010 11001100
Octal 253 342 314
Decimal 171 226 204
Hex AB E2 CC

RGB Percentages of Color #abe2cc

%28.45
%37.60
%33.94

CMYK Percentages of Color #abe2cc

%24
%0
%10
%11

Triadic Colors of #abe2cc

#abe2cc #ccabe2 #e2ccab

Analogous Colors of #abe2cc

#abe2cc #abdde2 #abe2b1

Monochromatic Colors of #abe2cc

#abe2cc

Complementary Color

#abe2cc #e2abc1

#abe2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe2cc Color CSS Codes

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

#abe2cc Text Font Color

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

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


#abe2cc Background Color

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

This div background color is #abe2cc


#abe2cc Border Color

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

This div border color is #abe2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe2cc


Comments

No comments written yet.

Please login to write comment.