Color Hex Logo

#abcea5 Color Hex

#ABCEA5
(171,206,165)
0 Favorites   0 Comments

Color spaces of #abcea5

RGB 171206165
HSL0.310.290.73
HSV111°20°81°
CMYK 0.170.000.20   0.19
XYZ45.657455.517243.9068
Yxy55.51720.31470.3827
Hunter Lab74.5099-21.012817.2188
CIE-Lab79.3382-19.354316.6173

#abcea5 color RGB value is (171,206,165).

#abcea5 hex color red value is 171, green value is 206 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #abcea5 hue: 0.31 , saturation: 0.29 and the lightness value of abcea5 is 0.73.

The process color (four color CMYK) of #abcea5 color hex is 0.17, 0.00, 0.20, 0.19. Web safe color of #abcea5 is #99cc99. Color #abcea5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 10100101
Octal 253 316 245
Decimal 171 206 165
Hex AB CE A5

RGB Percentages of Color #abcea5

%31.55
%38.01
%30.44

CMYK Percentages of Color #abcea5

%17
%0
%20
%19

Triadic Colors of #abcea5

#abcea5 #a5abce #cea5ab

Analogous Colors of #abcea5

#abcea5 #a5ceb4 #c0cea5

Monochromatic Colors of #abcea5

#abcea5

Complementary Color

#abcea5 #c8a5ce

#abcea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcea5 Color CSS Codes

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

#abcea5 Text Font Color

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

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


#abcea5 Background Color

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

This div background color is #abcea5


#abcea5 Border Color

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

This div border color is #abcea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcea5


Comments

No comments written yet.

Please login to write comment.