Color Hex Logo

#a88b10 Color Hex

#A88B10
(168,139,16)
0 Favorites   0 Comments

Color spaces of #a88b10

RGB 16813916
HSL0.130.830.36
HSV49°90°66°
CMYK 0.000.170.90   0.34
XYZ25.474626.82754.3258
Yxy26.82750.44990.4738
Hunter Lab51.7953-2.849631.3049
CIE-Lab58.8143-0.101860.7461

#a88b10 color RGB value is (168,139,16).

#a88b10 hex color red value is 168, green value is 139 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a88b10 hue: 0.13 , saturation: 0.83 and the lightness value of a88b10 is 0.36.

The process color (four color CMYK) of #a88b10 color hex is 0.00, 0.17, 0.90, 0.34. Web safe color of #a88b10 is #999900. Color #a88b10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 00010000
Octal 250 213 20
Decimal 168 139 16
Hex A8 8B 10

RGB Percentages of Color #a88b10

%52.01
%43.03
%4.95

CMYK Percentages of Color #a88b10

%0
%17
%90
%34

Triadic Colors of #a88b10

#a88b10 #10a88b #8b10a8

Analogous Colors of #a88b10

#a88b10 #79a810 #a83f10

Monochromatic Colors of #a88b10

#a88b10

Complementary Color

#a88b10 #102da8

#a88b10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88b10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88b10 Color CSS Codes

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

#a88b10 Text Font Color

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

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


#a88b10 Background Color

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

This div background color is #a88b10


#a88b10 Border Color

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

This div border color is #a88b10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,139,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a88b10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a88b10;
  -webkit-box-shadow: 1px 1px 3px 2px #a88b10;
  box-shadow:         1px 1px 3px 2px #a88b10; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,139,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88b10


Comments

No comments written yet.

Please login to write comment.