Color Hex Logo

#abd098 Color Hex

#ABD098
(171,208,152)
0 Favorites   0 Comments

Color spaces of #abd098

RGB 171208152
HSL0.280.370.71
HSV100°27°82°
CMYK 0.180.000.27   0.18
XYZ45.018056.036738.1492
Yxy56.03670.32340.4026
Hunter Lab74.8577-23.654422.1848
CIE-Lab79.6347-22.468723.8920

#abd098 color RGB value is (171,208,152).

#abd098 hex color red value is 171, green value is 208 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #abd098 hue: 0.28 , saturation: 0.37 and the lightness value of abd098 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 10011000
Octal 253 320 230
Decimal 171 208 152
Hex AB D0 98

RGB Percentages of Color #abd098

%32.20
%39.17
%28.63

CMYK Percentages of Color #abd098

%18
%0
%27
%18

Triadic Colors of #abd098

#abd098 #98abd0 #d098ab

Analogous Colors of #abd098

#abd098 #98d0a1 #c7d098

Monochromatic Colors of #abd098

#abd098

Complementary Color

#abd098 #bd98d0

#abd098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd098 Color CSS Codes

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

#abd098 Text Font Color

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

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


#abd098 Background Color

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

This div background color is #abd098


#abd098 Border Color

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

This div border color is #abd098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd098


Comments

No comments written yet.

Please login to write comment.