Color Hex Logo

#abc698 Color Hex

#ABC698
(171,198,152)
0 Favorites   0 Comments

Color spaces of #abc698

RGB 171198152
HSL0.260.290.69
HSV95°23°78°
CMYK 0.140.000.23   0.22
XYZ42.656251.313137.3620
Yxy51.31310.32480.3907
Hunter Lab71.6332-19.064619.2191
CIE-Lab76.8683-17.483220.0988

#abc698 color RGB value is (171,198,152).

#abc698 hex color red value is 171, green value is 198 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #abc698 hue: 0.26 , saturation: 0.29 and the lightness value of abc698 is 0.69.

The process color (four color CMYK) of #abc698 color hex is 0.14, 0.00, 0.23, 0.22. Web safe color of #abc698 is #99cc99. Color #abc698 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 10011000
Octal 253 306 230
Decimal 171 198 152
Hex AB C6 98

RGB Percentages of Color #abc698

%32.82
%38.00
%29.17

CMYK Percentages of Color #abc698

%14
%0
%23
%22

Triadic Colors of #abc698

#abc698 #98abc6 #c698ab

Analogous Colors of #abc698

#abc698 #98c69c #c2c698

Monochromatic Colors of #abc698

#abc698

Complementary Color

#abc698 #b398c6

#abc698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc698 Color CSS Codes

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

#abc698 Text Font Color

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

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


#abc698 Background Color

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

This div background color is #abc698


#abc698 Border Color

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

This div border color is #abc698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc698


Comments

No comments written yet.

Please login to write comment.