Color Hex Logo

#abcc94 Color Hex

#ABCC94
(171,204,148)
0 Favorites   0 Comments

Color spaces of #abcc94

RGB 171204148
HSL0.260.350.69
HSV95°27°80°
CMYK 0.160.000.27   0.20
XYZ43.732753.981836.1315
Yxy53.98180.32670.4033
Hunter Lab73.4723-22.328522.2736
CIE-Lab78.4511-21.112224.3822

#abcc94 color RGB value is (171,204,148).

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

The process color (four color CMYK) of #abcc94 color hex is 0.16, 0.00, 0.27, 0.20. Web safe color of #abcc94 is #99cc99. Color #abcc94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10010100
Octal 253 314 224
Decimal 171 204 148
Hex AB CC 94

RGB Percentages of Color #abcc94

%32.70
%39.01
%28.30

CMYK Percentages of Color #abcc94

%16
%0
%27
%20

Triadic Colors of #abcc94

#abcc94 #94abcc #cc94ab

Analogous Colors of #abcc94

#abcc94 #94cc99 #c7cc94

Monochromatic Colors of #abcc94

#abcc94

Complementary Color

#abcc94 #b594cc

#abcc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcc94 Color CSS Codes

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

#abcc94 Text Font Color

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

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


#abcc94 Background Color

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

This div background color is #abcc94


#abcc94 Border Color

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

This div border color is #abcc94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcc94


Comments

No comments written yet.

Please login to write comment.