Color Hex Logo

#abb274 Color Hex

#ABB274
(171,178,116)
0 Favorites   0 Comments

Color spaces of #abb274

RGB 171178116
HSL0.190.290.58
HSV67°35°70°
CMYK 0.040.000.35   0.30
XYZ35.867441.759722.6930
Yxy41.75970.35750.4163
Hunter Lab64.6217-14.014124.4146
CIE-Lab70.7049-12.409430.9124

#abb274 color RGB value is (171,178,116).

#abb274 hex color red value is 171, green value is 178 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #abb274 hue: 0.19 , saturation: 0.29 and the lightness value of abb274 is 0.58.

The process color (four color CMYK) of #abb274 color hex is 0.04, 0.00, 0.35, 0.30. Web safe color of #abb274 is #999966. Color #abb274 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110010 01110100
Octal 253 262 164
Decimal 171 178 116
Hex AB B2 74

RGB Percentages of Color #abb274

%36.77
%38.28
%24.95

CMYK Percentages of Color #abb274

%4
%0
%35
%30

Triadic Colors of #abb274

#abb274 #74abb2 #b274ab

Analogous Colors of #abb274

#abb274 #8cb274 #b29a74

Monochromatic Colors of #abb274

#abb274

Complementary Color

#abb274 #7b74b2

#abb274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb274 Color CSS Codes

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

#abb274 Text Font Color

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

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


#abb274 Background Color

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

This div background color is #abb274


#abb274 Border Color

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

This div border color is #abb274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb274


Comments

No comments written yet.

Please login to write comment.