Color Hex Logo

#abf094 Color Hex

#ABF094
(171,240,148)
0 Favorites   0 Comments

Color spaces of #abf094

RGB 171240148
HSL0.290.750.76
HSV105°38°94°
CMYK 0.290.000.38   0.06
XYZ53.300073.116239.3206
Yxy73.11620.32160.4412
Hunter Lab85.5080-38.374032.5913
CIE-Lab88.5031-38.125837.7537

#abf094 color RGB value is (171,240,148).

#abf094 hex color red value is 171, green value is 240 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #abf094 hue: 0.29 , saturation: 0.75 and the lightness value of abf094 is 0.76.

The process color (four color CMYK) of #abf094 color hex is 0.29, 0.00, 0.38, 0.06. Web safe color of #abf094 is #99ff99. Color #abf094 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 10010100
Octal 253 360 224
Decimal 171 240 148
Hex AB F0 94

RGB Percentages of Color #abf094

%30.59
%42.93
%26.48

CMYK Percentages of Color #abf094

%29
%0
%38
%6

Triadic Colors of #abf094

#abf094 #94abf0 #f094ab

Analogous Colors of #abf094

#abf094 #94f0ab #d9f094

Monochromatic Colors of #abf094

#abf094

Complementary Color

#abf094 #d994f0

#abf094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf094 Color CSS Codes

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

#abf094 Text Font Color

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

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


#abf094 Background Color

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

This div background color is #abf094


#abf094 Border Color

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

This div border color is #abf094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf094


Comments

No comments written yet.

Please login to write comment.