Color Hex Logo

#bdaf1e Color Hex

#BDAF1E
(189,175,30)
0 Favorites   0 Comments

Color spaces of #bdaf1e

RGB 18917530
HSL0.150.730.43
HSV55°84°74°
CMYK 0.000.070.84   0.26
XYZ36.550641.57257.3262
Yxy41.57250.42770.4865
Hunter Lab64.4767-11.646138.3969
CIE-Lab70.5752-9.570467.9215

#bdaf1e color RGB value is (189,175,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 00011110
Octal 275 257 36
Decimal 189 175 30
Hex BD AF 1E

RGB Percentages of Color #bdaf1e

%47.97
%44.42
%7.61

CMYK Percentages of Color #bdaf1e

%0
%7
%84
%26

Triadic Colors of #bdaf1e

#bdaf1e #1ebdaf #af1ebd

Analogous Colors of #bdaf1e

#bdaf1e #7cbd1e #bd601e

Monochromatic Colors of #bdaf1e

#bdaf1e

Complementary Color

#bdaf1e #1e2cbd

#bdaf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf1e Color CSS Codes

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

#bdaf1e Text Font Color

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

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


#bdaf1e Background Color

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

This div background color is #bdaf1e


#bdaf1e Border Color

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

This div border color is #bdaf1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf1e


Comments

No comments written yet.

Please login to write comment.