Color Hex Logo

#abf498 Color Hex

#ABF498
(171,244,152)
0 Favorites   0 Comments

Color spaces of #abf498

RGB 171244152
HSL0.300.810.78
HSV108°38°96°
CMYK 0.300.000.38   0.04
XYZ54.812875.626341.4142
Yxy75.62630.31900.4401
Hunter Lab86.9634-39.677832.6389
CIE-Lab89.6855-39.358037.3082

#abf498 color RGB value is (171,244,152).

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

The process color (four color CMYK) of #abf498 color hex is 0.30, 0.00, 0.38, 0.04. Web safe color of #abf498 is #99ff99. Color #abf498 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 10011000
Octal 253 364 230
Decimal 171 244 152
Hex AB F4 98

RGB Percentages of Color #abf498

%30.16
%43.03
%26.81

CMYK Percentages of Color #abf498

%30
%0
%38
%4

Triadic Colors of #abf498

#abf498 #98abf4 #f498ab

Analogous Colors of #abf498

#abf498 #98f4b3 #d9f498

Monochromatic Colors of #abf498

#abf498

Complementary Color

#abf498 #e198f4

#abf498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf498 Color CSS Codes

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

#abf498 Text Font Color

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

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


#abf498 Background Color

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

This div background color is #abf498


#abf498 Border Color

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

This div border color is #abf498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf498


Comments

No comments written yet.

Please login to write comment.