Color Hex Logo

#bdaf35 Color Hex

#BDAF35
(189,175,53)
0 Favorites   0 Comments

Color spaces of #bdaf35

RGB 18917553
HSL0.150.560.47
HSV54°72°74°
CMYK 0.000.070.72   0.26
XYZ36.958841.73589.4760
Yxy41.73580.41920.4734
Hunter Lab64.6033-10.937836.5256
CIE-Lab70.6884-8.709860.8319

#bdaf35 color RGB value is (189,175,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 00110101
Octal 275 257 65
Decimal 189 175 53
Hex BD AF 35

RGB Percentages of Color #bdaf35

%45.32
%41.97
%12.71

CMYK Percentages of Color #bdaf35

%0
%7
%72
%26

Triadic Colors of #bdaf35

#bdaf35 #35bdaf #af35bd

Analogous Colors of #bdaf35

#bdaf35 #87bd35 #bd6b35

Monochromatic Colors of #bdaf35

#bdaf35

Complementary Color

#bdaf35 #3543bd

#bdaf35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf35 Color CSS Codes

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

#bdaf35 Text Font Color

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

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


#bdaf35 Background Color

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

This div background color is #bdaf35


#bdaf35 Border Color

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

This div border color is #bdaf35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf35


Comments

No comments written yet.

Please login to write comment.