Color Hex Logo

#bdc44a Color Hex

#BDC44A
(189,196,74)
0 Favorites   0 Comments

Color spaces of #bdc44a

RGB 18919674
HSL0.180.510.53
HSV63°62°77°
CMYK 0.040.000.62   0.23
XYZ41.962250.793114.0710
Yxy50.79310.39280.4755
Hunter Lab71.2693-19.623338.1826
CIE-Lab76.5535-18.213858.4594

#bdc44a color RGB value is (189,196,74).

#bdc44a hex color red value is 189, green value is 196 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bdc44a hue: 0.18 , saturation: 0.51 and the lightness value of bdc44a is 0.53.

The process color (four color CMYK) of #bdc44a color hex is 0.04, 0.00, 0.62, 0.23. Web safe color of #bdc44a is #cccc33. Color #bdc44a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 01001010
Octal 275 304 112
Decimal 189 196 74
Hex BD C4 4A

RGB Percentages of Color #bdc44a

%41.18
%42.70
%16.12

CMYK Percentages of Color #bdc44a

%4
%0
%62
%23

Triadic Colors of #bdc44a

#bdc44a #4abdc4 #c44abd

Analogous Colors of #bdc44a

#bdc44a #80c44a #c48e4a

Monochromatic Colors of #bdc44a

#bdc44a

Complementary Color

#bdc44a #514ac4

#bdc44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc44a Color CSS Codes

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

#bdc44a Text Font Color

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

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


#bdc44a Background Color

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

This div background color is #bdc44a


#bdc44a Border Color

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

This div border color is #bdc44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc44a


Comments

No comments written yet.

Please login to write comment.