Color Hex Logo

#bdb22c Color Hex

#BDB22C
(189,178,44)
0 Favorites   0 Comments

Color spaces of #bdb22c

RGB 18917844
HSL0.150.620.46
HSV55°77°74°
CMYK 0.000.060.77   0.26
XYZ37.361342.84158.6830
Yxy42.84150.42030.4820
Hunter Lab65.4534-12.654337.9520
CIE-Lab71.4473-10.660864.6850

#bdb22c color RGB value is (189,178,44).

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

The process color (four color CMYK) of #bdb22c color hex is 0.00, 0.06, 0.77, 0.26. Web safe color of #bdb22c is #cc9933. Color #bdb22c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 00101100
Octal 275 262 54
Decimal 189 178 44
Hex BD B2 2C

RGB Percentages of Color #bdb22c

%45.99
%43.31
%10.71

CMYK Percentages of Color #bdb22c

%0
%6
%77
%26

Triadic Colors of #bdb22c

#bdb22c #2cbdb2 #b22cbd

Analogous Colors of #bdb22c

#bdb22c #80bd2c #bd6a2c

Monochromatic Colors of #bdb22c

#bdb22c

Complementary Color

#bdb22c #2c37bd

#bdb22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb22c Color CSS Codes

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

#bdb22c Text Font Color

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

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


#bdb22c Background Color

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

This div background color is #bdb22c


#bdb22c Border Color

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

This div border color is #bdb22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb22c


Comments

No comments written yet.

Please login to write comment.