Color Hex Logo

#b6ad10 Color Hex

#B6AD10
(182,173,16)
0 Favorites   0 Comments

Color spaces of #b6ad10

RGB 18217316
HSL0.160.840.39
HSV57°91°71°
CMYK 0.000.050.91   0.29
XYZ34.328539.86966.3765
Yxy39.86960.42600.4948
Hunter Lab63.1424-13.454438.2122
CIE-Lab69.3766-11.926869.5338

#b6ad10 color RGB value is (182,173,16).

#b6ad10 hex color red value is 182, green value is 173 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #b6ad10 hue: 0.16 , saturation: 0.84 and the lightness value of b6ad10 is 0.39.

The process color (four color CMYK) of #b6ad10 color hex is 0.00, 0.05, 0.91, 0.29. Web safe color of #b6ad10 is #cc9900. Color #b6ad10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101101 00010000
Octal 266 255 20
Decimal 182 173 16
Hex B6 AD 10

RGB Percentages of Color #b6ad10

%49.06
%46.63
%4.31

CMYK Percentages of Color #b6ad10

%0
%5
%91
%29

Triadic Colors of #b6ad10

#b6ad10 #10b6ad #ad10b6

Analogous Colors of #b6ad10

#b6ad10 #6cb610 #b65a10

Monochromatic Colors of #b6ad10

#b6ad10

Complementary Color

#b6ad10 #1019b6

#b6ad10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ad10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ad10 Color CSS Codes

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

#b6ad10 Text Font Color

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

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


#b6ad10 Background Color

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

This div background color is #b6ad10


#b6ad10 Border Color

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

This div border color is #b6ad10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ad10


Comments

No comments written yet.

Please login to write comment.