Color Hex Logo

#abb293 Color Hex

#ABB293
(171,178,147)
0 Favorites   0 Comments

Color spaces of #abb293

RGB 171178147
HSL0.200.170.64
HSV74°17°70°
CMYK 0.040.000.17   0.30
XYZ37.981442.605333.8256
Yxy42.60530.33200.3724
Hunter Lab65.2727-10.360314.9657
CIE-Lab71.2863-7.951615.0396

#abb293 color RGB value is (171,178,147).

#abb293 hex color red value is 171, green value is 178 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #abb293 hue: 0.20 , saturation: 0.17 and the lightness value of abb293 is 0.64.

The process color (four color CMYK) of #abb293 color hex is 0.04, 0.00, 0.17, 0.30. Web safe color of #abb293 is #999999. Color #abb293 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110010 10010011
Octal 253 262 223
Decimal 171 178 147
Hex AB B2 93

RGB Percentages of Color #abb293

%34.48
%35.89
%29.64

CMYK Percentages of Color #abb293

%4
%0
%17
%30

Triadic Colors of #abb293

#abb293 #93abb2 #b293ab

Analogous Colors of #abb293

#abb293 #9cb293 #b2aa93

Monochromatic Colors of #abb293

#abb293

Complementary Color

#abb293 #9a93b2

#abb293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb293 Color CSS Codes

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

#abb293 Text Font Color

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

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


#abb293 Background Color

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

This div background color is #abb293


#abb293 Border Color

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

This div border color is #abb293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb293


Comments

No comments written yet.

Please login to write comment.