Color Hex Logo

#abf394 Color Hex

#ABF394
(171,243,148)
0 Favorites   0 Comments

Color spaces of #abf394

RGB 171243148
HSL0.290.800.77
HSV105°39°95°
CMYK 0.300.000.39   0.05
XYZ54.190574.897239.6174
Yxy74.89720.32120.4440
Hunter Lab86.5432-39.679733.4387
CIE-Lab89.3448-39.470338.8475

#abf394 color RGB value is (171,243,148).

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

The process color (four color CMYK) of #abf394 color hex is 0.30, 0.00, 0.39, 0.05. Web safe color of #abf394 is #99ff99. Color #abf394 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 10010100
Octal 253 363 224
Decimal 171 243 148
Hex AB F3 94

RGB Percentages of Color #abf394

%30.43
%43.24
%26.33

CMYK Percentages of Color #abf394

%30
%0
%39
%5

Triadic Colors of #abf394

#abf394 #94abf3 #f394ab

Analogous Colors of #abf394

#abf394 #94f3ad #dbf394

Monochromatic Colors of #abf394

#abf394

Complementary Color

#abf394 #dc94f3

#abf394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf394 Color CSS Codes

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

#abf394 Text Font Color

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

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


#abf394 Background Color

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

This div background color is #abf394


#abf394 Border Color

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

This div border color is #abf394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf394


Comments

No comments written yet.

Please login to write comment.