Color Hex Logo

#abe5c1 Color Hex

#ABE5C1
(171,229,193)
0 Favorites   0 Comments

Color spaces of #abe5c1

RGB 171229193
HSL0.400.530.78
HSV143°25°90°
CMYK 0.250.000.16   0.10
XYZ54.439568.546860.8137
Yxy68.54680.29620.3729
Hunter Lab82.7930-27.517314.4050
CIE-Lab86.2791-25.622111.6369

#abe5c1 color RGB value is (171,229,193).

#abe5c1 hex color red value is 171, green value is 229 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #abe5c1 hue: 0.40 , saturation: 0.53 and the lightness value of abe5c1 is 0.78.

The process color (four color CMYK) of #abe5c1 color hex is 0.25, 0.00, 0.16, 0.10. Web safe color of #abe5c1 is #99cccc. Color #abe5c1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100101 11000001
Octal 253 345 301
Decimal 171 229 193
Hex AB E5 C1

RGB Percentages of Color #abe5c1

%28.84
%38.62
%32.55

CMYK Percentages of Color #abe5c1

%25
%0
%16
%10

Triadic Colors of #abe5c1

#abe5c1 #c1abe5 #e5c1ab

Analogous Colors of #abe5c1

#abe5c1 #abe5de #b2e5ab

Monochromatic Colors of #abe5c1

#abe5c1

Complementary Color

#abe5c1 #e5abcf

#abe5c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe5c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe5c1 Color CSS Codes

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

#abe5c1 Text Font Color

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

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


#abe5c1 Background Color

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

This div background color is #abe5c1


#abe5c1 Border Color

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

This div border color is #abe5c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe5c1


Comments

No comments written yet.

Please login to write comment.