Color Hex Logo

#a0b292 Color Hex

#A0B292
(160,178,146)
0 Favorites   0 Comments

Color spaces of #a0b292

RGB 160178146
HSL0.260.170.64
HSV94°18°70°
CMYK 0.100.000.18   0.30
XYZ35.605941.389733.3065
Yxy41.38970.32280.3752
Hunter Lab64.3348-13.795714.3396
CIE-Lab70.4481-12.182614.2909

#a0b292 color RGB value is (160,178,146).

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

The process color (four color CMYK) of #a0b292 color hex is 0.10, 0.00, 0.18, 0.30. Web safe color of #a0b292 is #999999. Color #a0b292 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10110010 10010010
Octal 240 262 222
Decimal 160 178 146
Hex A0 B2 92

RGB Percentages of Color #a0b292

%33.06
%36.78
%30.17

CMYK Percentages of Color #a0b292

%10
%0
%18
%30

Triadic Colors of #a0b292

#a0b292 #92a0b2 #b292a0

Analogous Colors of #a0b292

#a0b292 #92b294 #b0b292

Monochromatic Colors of #a0b292

#a0b292

Complementary Color

#a0b292 #a492b2

#a0b292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b292 Color CSS Codes

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

#a0b292 Text Font Color

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

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


#a0b292 Background Color

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

This div background color is #a0b292


#a0b292 Border Color

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

This div border color is #a0b292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b292


Comments

No comments written yet.

Please login to write comment.