Color Hex Logo

#bdc94a Color Hex

#BDC94A
(189,201,74)
0 Favorites   0 Comments

Color spaces of #bdc94a

RGB 18920174
HSL0.180.540.54
HSV66°63°79°
CMYK 0.060.000.63   0.21
XYZ43.108953.086514.4532
Yxy53.08650.38960.4798
Hunter Lab72.8605-21.893939.2411
CIE-Lab77.9260-20.693059.9185

#bdc94a color RGB value is (189,201,74).

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

The process color (four color CMYK) of #bdc94a color hex is 0.06, 0.00, 0.63, 0.21. Web safe color of #bdc94a is #cccc33. Color #bdc94a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 01001010
Octal 275 311 112
Decimal 189 201 74
Hex BD C9 4A

RGB Percentages of Color #bdc94a

%40.73
%43.32
%15.95

CMYK Percentages of Color #bdc94a

%6
%0
%63
%21

Triadic Colors of #bdc94a

#bdc94a #4abdc9 #c94abd

Analogous Colors of #bdc94a

#bdc94a #7ec94a #c9964a

Monochromatic Colors of #bdc94a

#bdc94a

Complementary Color

#bdc94a #564ac9

#bdc94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc94a Color CSS Codes

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

#bdc94a Text Font Color

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

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


#bdc94a Background Color

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

This div background color is #bdc94a


#bdc94a Border Color

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

This div border color is #bdc94a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,201,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 #bdc94a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc94a


Comments

No comments written yet.

Please login to write comment.