Color Hex Logo

#abc094 Color Hex

#ABC094
(171,192,148)
0 Favorites   0 Comments

Color spaces of #abc094

RGB 171192148
HSL0.250.260.67
HSV89°23°75°
CMYK 0.110.000.23   0.25
XYZ40.989548.495335.2171
Yxy48.49530.32870.3889
Hunter Lab69.6386-16.801818.7633
CIE-Lab75.1363-15.069819.8450

#abc094 color RGB value is (171,192,148).

#abc094 hex color red value is 171, green value is 192 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #abc094 hue: 0.25 , saturation: 0.26 and the lightness value of abc094 is 0.67.

The process color (four color CMYK) of #abc094 color hex is 0.11, 0.00, 0.23, 0.25. Web safe color of #abc094 is #99cc99. Color #abc094 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 10010100
Octal 253 300 224
Decimal 171 192 148
Hex AB C0 94

RGB Percentages of Color #abc094

%33.46
%37.57
%28.96

CMYK Percentages of Color #abc094

%11
%0
%23
%25

Triadic Colors of #abc094

#abc094 #94abc0 #c094ab

Analogous Colors of #abc094

#abc094 #95c094 #c0bf94

Monochromatic Colors of #abc094

#abc094

Complementary Color

#abc094 #a994c0

#abc094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc094 Color CSS Codes

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

#abc094 Text Font Color

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

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


#abc094 Background Color

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

This div background color is #abc094


#abc094 Border Color

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

This div border color is #abc094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc094


Comments

No comments written yet.

Please login to write comment.