Color Hex Logo

#bdaf26 Color Hex

#BDAF26
(189,175,38)
0 Favorites   0 Comments

Color spaces of #bdaf26

RGB 18917538
HSL0.150.670.45
HSV54°80°74°
CMYK 0.000.070.80   0.26
XYZ36.666141.61877.9344
Yxy41.61870.42530.4827
Hunter Lab64.5126-11.445437.8667
CIE-Lab70.6072-9.326065.7853

#bdaf26 color RGB value is (189,175,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 00100110
Octal 275 257 46
Decimal 189 175 38
Hex BD AF 26

RGB Percentages of Color #bdaf26

%47.01
%43.53
%9.45

CMYK Percentages of Color #bdaf26

%0
%7
%80
%26

Triadic Colors of #bdaf26

#bdaf26 #26bdaf #af26bd

Analogous Colors of #bdaf26

#bdaf26 #80bd26 #bd6326

Monochromatic Colors of #bdaf26

#bdaf26

Complementary Color

#bdaf26 #2634bd

#bdaf26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf26 Color CSS Codes

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

#bdaf26 Text Font Color

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

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


#bdaf26 Background Color

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

This div background color is #bdaf26


#bdaf26 Border Color

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

This div border color is #bdaf26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf26


Comments

No comments written yet.

Please login to write comment.