Color Hex Logo

#abb469 Color Hex

#ABB469
(171,180,105)
0 Favorites   0 Comments

Color spaces of #abb469

RGB 171180105
HSL0.190.330.56
HSV67°42°71°
CMYK 0.050.000.42   0.29
XYZ35.665642.320419.6535
Yxy42.32040.36530.4334
Hunter Lab65.0541-15.983027.6258
CIE-Lab71.0913-14.753537.1283

#abb469 color RGB value is (171,180,105).

#abb469 hex color red value is 171, green value is 180 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #abb469 hue: 0.19 , saturation: 0.33 and the lightness value of abb469 is 0.56.

The process color (four color CMYK) of #abb469 color hex is 0.05, 0.00, 0.42, 0.29. Web safe color of #abb469 is #99cc66. Color #abb469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 01101001
Octal 253 264 151
Decimal 171 180 105
Hex AB B4 69

RGB Percentages of Color #abb469

%37.50
%39.47
%23.03

CMYK Percentages of Color #abb469

%5
%0
%42
%29

Triadic Colors of #abb469

#abb469 #69abb4 #b469ab

Analogous Colors of #abb469

#abb469 #86b469 #b49869

Monochromatic Colors of #abb469

#abb469

Complementary Color

#abb469 #7269b4

#abb469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb469 Color CSS Codes

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

#abb469 Text Font Color

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

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


#abb469 Background Color

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

This div background color is #abb469


#abb469 Border Color

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

This div border color is #abb469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb469


Comments

No comments written yet.

Please login to write comment.