Color Hex Logo

#bdb24e Color Hex

#BDB24E
(189,178,78)
0 Favorites   0 Comments

Color spaces of #bdb24e

RGB 18917878
HSL0.150.460.52
HSV54°59°74°
CMYK 0.000.060.59   0.26
XYZ38.281843.209713.5304
Yxy43.20970.40290.4547
Hunter Lab65.7341-11.081033.8099
CIE-Lab71.6971-8.753951.3981

#bdb24e color RGB value is (189,178,78).

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

The process color (four color CMYK) of #bdb24e color hex is 0.00, 0.06, 0.59, 0.26. Web safe color of #bdb24e is #cc9966. Color #bdb24e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 01001110
Octal 275 262 116
Decimal 189 178 78
Hex BD B2 4E

RGB Percentages of Color #bdb24e

%42.47
%40.00
%17.53

CMYK Percentages of Color #bdb24e

%0
%6
%59
%26

Triadic Colors of #bdb24e

#bdb24e #4ebdb2 #b24ebd

Analogous Colors of #bdb24e

#bdb24e #91bd4e #bd7b4e

Monochromatic Colors of #bdb24e

#bdb24e

Complementary Color

#bdb24e #4e59bd

#bdb24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb24e Color CSS Codes

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

#bdb24e Text Font Color

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

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


#bdb24e Background Color

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

This div background color is #bdb24e


#bdb24e Border Color

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

This div border color is #bdb24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb24e


Comments

No comments written yet.

Please login to write comment.