Color Hex Logo

#bdaf24 Color Hex

#BDAF24
(189,175,36)
0 Favorites   0 Comments

Color spaces of #bdaf24

RGB 18917536
HSL0.150.680.44
HSV55°81°74°
CMYK 0.000.070.81   0.26
XYZ36.634741.60617.7690
Yxy41.60610.42590.4837
Hunter Lab64.5028-11.499938.0108
CIE-Lab70.5985-9.392266.3548

#bdaf24 color RGB value is (189,175,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 00100100
Octal 275 257 44
Decimal 189 175 36
Hex BD AF 24

RGB Percentages of Color #bdaf24

%47.25
%43.75
%9.00

CMYK Percentages of Color #bdaf24

%0
%7
%81
%26

Triadic Colors of #bdaf24

#bdaf24 #24bdaf #af24bd

Analogous Colors of #bdaf24

#bdaf24 #7fbd24 #bd6324

Monochromatic Colors of #bdaf24

#bdaf24

Complementary Color

#bdaf24 #2432bd

#bdaf24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf24 Color CSS Codes

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

#bdaf24 Text Font Color

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

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


#bdaf24 Background Color

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

This div background color is #bdaf24


#bdaf24 Border Color

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

This div border color is #bdaf24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf24


Comments

No comments written yet.

Please login to write comment.