Color Hex Logo

#bdaf1d Color Hex

#BDAF1D
(189,175,29)
0 Favorites   0 Comments

Color spaces of #bdaf1d

RGB 18917529
HSL0.150.730.43
HSV55°85°74°
CMYK 0.000.070.85   0.26
XYZ36.538041.56757.2600
Yxy41.56750.42800.4869
Hunter Lab64.4729-11.668238.4546
CIE-Lab70.5717-9.597268.1613

#bdaf1d color RGB value is (189,175,29).

#bdaf1d hex color red value is 189, green value is 175 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bdaf1d hue: 0.15 , saturation: 0.73 and the lightness value of bdaf1d is 0.43.

The process color (four color CMYK) of #bdaf1d color hex is 0.00, 0.07, 0.85, 0.26. Web safe color of #bdaf1d is #cc9933. Color #bdaf1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 00011101
Octal 275 257 35
Decimal 189 175 29
Hex BD AF 1D

RGB Percentages of Color #bdaf1d

%48.09
%44.53
%7.38

CMYK Percentages of Color #bdaf1d

%0
%7
%85
%26

Triadic Colors of #bdaf1d

#bdaf1d #1dbdaf #af1dbd

Analogous Colors of #bdaf1d

#bdaf1d #7bbd1d #bd5f1d

Monochromatic Colors of #bdaf1d

#bdaf1d

Complementary Color

#bdaf1d #1d2bbd

#bdaf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf1d Color CSS Codes

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

#bdaf1d Text Font Color

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

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


#bdaf1d Background Color

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

This div background color is #bdaf1d


#bdaf1d Border Color

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

This div border color is #bdaf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf1d


Comments

No comments written yet.

Please login to write comment.