Color Hex Logo

#a0bb69 Color Hex

#A0BB69
(160,187,105)
0 Favorites   0 Comments

Color spaces of #a0bb69

RGB 160187105
HSL0.220.380.57
HSV80°44°73°
CMYK 0.140.000.44   0.27
XYZ34.817344.034220.0290
Yxy44.03420.35210.4453
Hunter Lab66.3583-22.470428.5552
CIE-Lab72.2514-22.636138.4132

#a0bb69 color RGB value is (160,187,105).

#a0bb69 hex color red value is 160, green value is 187 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #a0bb69 hue: 0.22 , saturation: 0.38 and the lightness value of a0bb69 is 0.57.

The process color (four color CMYK) of #a0bb69 color hex is 0.14, 0.00, 0.44, 0.27. Web safe color of #a0bb69 is #99cc66. Color #a0bb69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111011 01101001
Octal 240 273 151
Decimal 160 187 105
Hex A0 BB 69

RGB Percentages of Color #a0bb69

%35.40
%41.37
%23.23

CMYK Percentages of Color #a0bb69

%14
%0
%44
%27

Triadic Colors of #a0bb69

#a0bb69 #69a0bb #bb69a0

Analogous Colors of #a0bb69

#a0bb69 #77bb69 #bbad69

Monochromatic Colors of #a0bb69

#a0bb69

Complementary Color

#a0bb69 #8469bb

#a0bb69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bb69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bb69 Color CSS Codes

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

#a0bb69 Text Font Color

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

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


#a0bb69 Background Color

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

This div background color is #a0bb69


#a0bb69 Border Color

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

This div border color is #a0bb69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bb69


Comments

No comments written yet.

Please login to write comment.