Color Hex Logo

#abcc98 Color Hex

#ABCC98
(171,204,152)
0 Favorites   0 Comments

Color spaces of #abcc98

RGB 171204152
HSL0.270.340.70
HSV98°25°80°
CMYK 0.160.000.25   0.20
XYZ44.054954.110737.8282
Yxy54.11070.32390.3979
Hunter Lab73.5600-21.826721.0021
CIE-Lab78.5262-20.490322.3774

#abcc98 color RGB value is (171,204,152).

#abcc98 hex color red value is 171, green value is 204 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #abcc98 hue: 0.27 , saturation: 0.34 and the lightness value of abcc98 is 0.70.

The process color (four color CMYK) of #abcc98 color hex is 0.16, 0.00, 0.25, 0.20. Web safe color of #abcc98 is #99cc99. Color #abcc98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10011000
Octal 253 314 230
Decimal 171 204 152
Hex AB CC 98

RGB Percentages of Color #abcc98

%32.45
%38.71
%28.84

CMYK Percentages of Color #abcc98

%16
%0
%25
%20

Triadic Colors of #abcc98

#abcc98 #98abcc #cc98ab

Analogous Colors of #abcc98

#abcc98 #98cc9f #c5cc98

Monochromatic Colors of #abcc98

#abcc98

Complementary Color

#abcc98 #b998cc

#abcc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcc98 Color CSS Codes

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

#abcc98 Text Font Color

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

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


#abcc98 Background Color

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

This div background color is #abcc98


#abcc98 Border Color

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

This div border color is #abcc98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcc98


Comments

No comments written yet.

Please login to write comment.