Color Hex Logo

#abb261 Color Hex

#ABB261
(171,178,97)
0 Favorites   0 Comments

Color spaces of #abb261

RGB 17117897
HSL0.180.340.54
HSV65°46°70°
CMYK 0.040.000.46   0.30
XYZ34.872641.361817.4549
Yxy41.36180.37220.4415
Hunter Lab64.3131-15.759728.9276
CIE-Lab70.4287-14.590440.3684

#abb261 color RGB value is (171,178,97).

#abb261 hex color red value is 171, green value is 178 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #abb261 hue: 0.18 , saturation: 0.34 and the lightness value of abb261 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110010 01100001
Octal 253 262 141
Decimal 171 178 97
Hex AB B2 61

RGB Percentages of Color #abb261

%38.34
%39.91
%21.75

CMYK Percentages of Color #abb261

%4
%0
%46
%30

Triadic Colors of #abb261

#abb261 #61abb2 #b261ab

Analogous Colors of #abb261

#abb261 #83b261 #b29161

Monochromatic Colors of #abb261

#abb261

Complementary Color

#abb261 #6861b2

#abb261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb261 Color CSS Codes

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

#abb261 Text Font Color

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

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


#abb261 Background Color

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

This div background color is #abb261


#abb261 Border Color

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

This div border color is #abb261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb261


Comments

No comments written yet.

Please login to write comment.