Color Hex Logo

#abcaa5 Color Hex

#ABCAA5
(171,202,165)
0 Favorites   0 Comments

Color spaces of #abcaa5

RGB 171202165
HSL0.310.260.72
HSV110°18°79°
CMYK 0.150.000.18   0.21
XYZ44.706653.615643.5899
Yxy53.61560.31500.3778
Hunter Lab73.2227-19.155315.9602
CIE-Lab78.2371-17.345115.0750

#abcaa5 color RGB value is (171,202,165).

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

The process color (four color CMYK) of #abcaa5 color hex is 0.15, 0.00, 0.18, 0.21. Web safe color of #abcaa5 is #99cc99. Color #abcaa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 10100101
Octal 253 312 245
Decimal 171 202 165
Hex AB CA A5

RGB Percentages of Color #abcaa5

%31.78
%37.55
%30.67

CMYK Percentages of Color #abcaa5

%15
%0
%18
%21

Triadic Colors of #abcaa5

#abcaa5 #a5abca #caa5ab

Analogous Colors of #abcaa5

#abcaa5 #a5cab2 #becaa5

Monochromatic Colors of #abcaa5

#abcaa5

Complementary Color

#abcaa5 #c4a5ca

#abcaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcaa5 Color CSS Codes

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

#abcaa5 Text Font Color

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

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


#abcaa5 Background Color

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

This div background color is #abcaa5


#abcaa5 Border Color

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

This div border color is #abcaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcaa5


Comments

No comments written yet.

Please login to write comment.