Color Hex Logo

#abf298 Color Hex

#ABF298
(171,242,152)
0 Favorites   0 Comments

Color spaces of #abf298

RGB 171242152
HSL0.300.780.77
HSV107°37°95°
CMYK 0.290.000.37   0.05
XYZ54.214274.429241.2146
Yxy74.42920.31920.4382
Hunter Lab86.2724-38.805932.0662
CIE-Lab89.1249-38.462136.5748

#abf298 color RGB value is (171,242,152).

#abf298 hex color red value is 171, green value is 242 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #abf298 hue: 0.30 , saturation: 0.78 and the lightness value of abf298 is 0.77.

The process color (four color CMYK) of #abf298 color hex is 0.29, 0.00, 0.37, 0.05. Web safe color of #abf298 is #99ff99. Color #abf298 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110010 10011000
Octal 253 362 230
Decimal 171 242 152
Hex AB F2 98

RGB Percentages of Color #abf298

%30.27
%42.83
%26.90

CMYK Percentages of Color #abf298

%29
%0
%37
%5

Triadic Colors of #abf298

#abf298 #98abf2 #f298ab

Analogous Colors of #abf298

#abf298 #98f2b2 #d8f298

Monochromatic Colors of #abf298

#abf298

Complementary Color

#abf298 #df98f2

#abf298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf298 Color CSS Codes

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

#abf298 Text Font Color

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

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


#abf298 Background Color

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

This div background color is #abf298


#abf298 Border Color

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

This div border color is #abf298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf298

Related Colors


Comments

No comments written yet.

Please login to write comment.