Color Hex Logo

#bda762 Color Hex

#BDA762
(189,167,98)
0 Favorites   0 Comments

Color spaces of #bda762

RGB 18916798
HSL0.130.410.56
HSV45°48°74°
CMYK 0.000.120.48   0.26
XYZ37.009639.338117.1977
Yxy39.33810.39560.4205
Hunter Lab62.7201-4.431727.6469
CIE-Lab68.9955-1.245638.4337

#bda762 color RGB value is (189,167,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 01100010
Octal 275 247 142
Decimal 189 167 98
Hex BD A7 62

RGB Percentages of Color #bda762

%41.63
%36.78
%21.59

CMYK Percentages of Color #bda762

%0
%12
%48
%26

Triadic Colors of #bda762

#bda762 #62bda7 #a762bd

Analogous Colors of #bda762

#bda762 #a6bd62 #bd7a62

Monochromatic Colors of #bda762

#bda762

Complementary Color

#bda762 #6278bd

#bda762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda762 Color CSS Codes

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

#bda762 Text Font Color

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

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


#bda762 Background Color

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

This div background color is #bda762


#bda762 Border Color

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

This div border color is #bda762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda762


Comments

No comments written yet.

Please login to write comment.