Color Hex Logo

#bda962 Color Hex

#BDA962
(189,169,98)
0 Favorites   0 Comments

Color spaces of #bda962

RGB 18916998
HSL0.130.410.56
HSV47°48°74°
CMYK 0.000.110.48   0.26
XYZ37.378840.076617.3208
Yxy40.07660.39440.4229
Hunter Lab63.3061-5.391128.0923
CIE-Lab69.5241-2.313939.0877

#bda962 color RGB value is (189,169,98).

#bda962 hex color red value is 189, green value is 169 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bda962 hue: 0.13 , saturation: 0.41 and the lightness value of bda962 is 0.56.

The process color (four color CMYK) of #bda962 color hex is 0.00, 0.11, 0.48, 0.26. Web safe color of #bda962 is #cc9966. Color #bda962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 01100010
Octal 275 251 142
Decimal 189 169 98
Hex BD A9 62

RGB Percentages of Color #bda962

%41.45
%37.06
%21.49

CMYK Percentages of Color #bda962

%0
%11
%48
%26

Triadic Colors of #bda962

#bda962 #62bda9 #a962bd

Analogous Colors of #bda962

#bda962 #a4bd62 #bd7c62

Monochromatic Colors of #bda962

#bda962

Complementary Color

#bda962 #6276bd

#bda962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda962 Color CSS Codes

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

#bda962 Text Font Color

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

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


#bda962 Background Color

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

This div background color is #bda962


#bda962 Border Color

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

This div border color is #bda962


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,169,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bda962; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bda962;
  -webkit-box-shadow: 1px 1px 3px 2px #bda962;
  box-shadow:         1px 1px 3px 2px #bda962; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,169,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda962


Comments

No comments written yet.

Please login to write comment.