Color Hex Logo

#a1b850 Color Hex

#A1B850
(161,184,80)
0 Favorites   0 Comments

Color spaces of #a1b850

RGB 16118480
HSL0.200.420.52
HSV73°57°72°
CMYK 0.130.000.57   0.28
XYZ33.286442.437214.0262
Yxy42.43720.37090.4728
Hunter Lab65.1438-22.794032.8349
CIE-Lab71.1713-23.303049.2872

#a1b850 color RGB value is (161,184,80).

#a1b850 hex color red value is 161, green value is 184 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a1b850 hue: 0.20 , saturation: 0.42 and the lightness value of a1b850 is 0.52.

The process color (four color CMYK) of #a1b850 color hex is 0.13, 0.00, 0.57, 0.28. Web safe color of #a1b850 is #99cc66. Color #a1b850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111000 01010000
Octal 241 270 120
Decimal 161 184 80
Hex A1 B8 50

RGB Percentages of Color #a1b850

%37.88
%43.29
%18.82

CMYK Percentages of Color #a1b850

%13
%0
%57
%28

Triadic Colors of #a1b850

#a1b850 #50a1b8 #b850a1

Analogous Colors of #a1b850

#a1b850 #6db850 #b89b50

Monochromatic Colors of #a1b850

#a1b850

Complementary Color

#a1b850 #6750b8

#a1b850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1b850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1b850 Color CSS Codes

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

#a1b850 Text Font Color

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

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


#a1b850 Background Color

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

This div background color is #a1b850


#a1b850 Border Color

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

This div border color is #a1b850


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,184,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1b850; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1b850;
  -webkit-box-shadow: 1px 1px 3px 2px #a1b850;
  box-shadow:         1px 1px 3px 2px #a1b850; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,184,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1b850


Comments

No comments written yet.

Please login to write comment.