Color Hex Logo

#bda83d Color Hex

#BDA83D
(189,168,61)
0 Favorites   0 Comments

Color spaces of #bda83d

RGB 18916861
HSL0.140.510.49
HSV50°68°74°
CMYK 0.000.110.68   0.26
XYZ35.831239.161010.0852
Yxy39.16100.42120.4603
Hunter Lab62.5788-7.307734.2499
CIE-Lab68.8677-4.612055.8328

#bda83d color RGB value is (189,168,61).

#bda83d hex color red value is 189, green value is 168 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bda83d hue: 0.14 , saturation: 0.51 and the lightness value of bda83d is 0.49.

The process color (four color CMYK) of #bda83d color hex is 0.00, 0.11, 0.68, 0.26. Web safe color of #bda83d is #cc9933. Color #bda83d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 00111101
Octal 275 250 75
Decimal 189 168 61
Hex BD A8 3D

RGB Percentages of Color #bda83d

%45.22
%40.19
%14.59

CMYK Percentages of Color #bda83d

%0
%11
%68
%26

Triadic Colors of #bda83d

#bda83d #3dbda8 #a83dbd

Analogous Colors of #bda83d

#bda83d #92bd3d #bd683d

Monochromatic Colors of #bda83d

#bda83d

Complementary Color

#bda83d #3d52bd

#bda83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda83d Color CSS Codes

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

#bda83d Text Font Color

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

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


#bda83d Background Color

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

This div background color is #bda83d


#bda83d Border Color

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

This div border color is #bda83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda83d


Comments

No comments written yet.

Please login to write comment.