Color Hex Logo

#abcaa8 Color Hex

#ABCAA8
(171,202,168)
0 Favorites   0 Comments

Color spaces of #abcaa8

RGB 171202168
HSL0.320.240.73
HSV115°17°79°
CMYK 0.150.000.17   0.21
XYZ44.983053.726145.0451
Yxy53.72610.31290.3737
Hunter Lab73.2981-18.726314.8722
CIE-Lab78.3018-16.824313.5642

#abcaa8 color RGB value is (171,202,168).

#abcaa8 hex color red value is 171, green value is 202 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #abcaa8 hue: 0.32 , saturation: 0.24 and the lightness value of abcaa8 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 10101000
Octal 253 312 250
Decimal 171 202 168
Hex AB CA A8

RGB Percentages of Color #abcaa8

%31.61
%37.34
%31.05

CMYK Percentages of Color #abcaa8

%15
%0
%17
%21

Triadic Colors of #abcaa8

#abcaa8 #a8abca #caa8ab

Analogous Colors of #abcaa8

#abcaa8 #a8cab6 #bccaa8

Monochromatic Colors of #abcaa8

#abcaa8

Complementary Color

#abcaa8 #c7a8ca

#abcaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcaa8 Color CSS Codes

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

#abcaa8 Text Font Color

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

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


#abcaa8 Background Color

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

This div background color is #abcaa8


#abcaa8 Border Color

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

This div border color is #abcaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcaa8


Comments

No comments written yet.

Please login to write comment.