color codes Logo

#bdaf3c color codes

#BDAF3C
(189,175,60)
0 Favorites   0 Comments

Color spaces of #bdaf3c

RGB 18917560
HSL0.150.520.49
HSV53°68°74°
CMYK 0.000.070.68   0.26
XYZ37.131841.805010.3871
Yxy41.80500.41570.4680
Hunter Lab64.6568-10.638535.7348
CIE-Lab70.7363-8.347758.1603

#bdaf3c color RGB value is (189,175,60).

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

The process color (four color CMYK) of #bdaf3c color code is 0.00, 0.07, 0.68, 0.26. Web safe color of #bdaf3c is #cc9933. Color #bdaf3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 00111100
Octal 275 257 74
Decimal 189 175 60
Hex BD AF 3C

RGB Percentages of Color #bdaf3c

%44.58
%41.27
%14.15

CMYK Percentages of Color #bdaf3c

%0
%7
%68
%26

Triadic Colors of #bdaf3c

#bdaf3c #3cbdaf #af3cbd

Analogous Colors of #bdaf3c

#bdaf3c #8bbd3c #bd6f3c

Monochromatic Colors of #bdaf3c

#bdaf3c

Complementary Color

#bdaf3c #3c4abd

#bdaf3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf3c Color CSS Codes

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

#bdaf3c Text Font Color

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

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


#bdaf3c Background Color

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

This div background color is #bdaf3c


#bdaf3c Border Color

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

This div border color is #bdaf3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf3c


Comments

No comments written yet.

Please login to write comment.