Color Hex Logo

#a3be11 Color Hex

#A3BE11
(163,190,17)
0 Favorites   0 Comments

Color spaces of #a3be11

RGB 16319017
HSL0.190.840.41
HSV69°91°75°
CMYK 0.140.000.91   0.25
XYZ33.618944.65397.3775
Yxy44.65390.39250.5214
Hunter Lab66.8236-27.138040.2307
CIE-Lab72.6634-28.564971.3325

#a3be11 color RGB value is (163,190,17).

#a3be11 hex color red value is 163, green value is 190 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #a3be11 hue: 0.19 , saturation: 0.84 and the lightness value of a3be11 is 0.41.

The process color (four color CMYK) of #a3be11 color hex is 0.14, 0.00, 0.91, 0.25. Web safe color of #a3be11 is #99cc00. Color #a3be11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111110 00010001
Octal 243 276 21
Decimal 163 190 17
Hex A3 BE 11

RGB Percentages of Color #a3be11

%44.05
%51.35
%4.59

CMYK Percentages of Color #a3be11

%14
%0
%91
%25

Triadic Colors of #a3be11

#a3be11 #11a3be #be11a3

Analogous Colors of #a3be11

#a3be11 #4cbe11 #be8311

Monochromatic Colors of #a3be11

#a3be11

Complementary Color

#a3be11 #2c11be

#a3be11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3be11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3be11 Color CSS Codes

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

#a3be11 Text Font Color

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

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


#a3be11 Background Color

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

This div background color is #a3be11


#a3be11 Border Color

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

This div border color is #a3be11


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,190,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3be11; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3be11;
  -webkit-box-shadow: 1px 1px 3px 2px #a3be11;
  box-shadow:         1px 1px 3px 2px #a3be11; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,190,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3be11


Comments

No comments written yet.

Please login to write comment.