color codes Logo

#bdc94c color codes

#BDC94C
(189,201,76)
0 Favorites   0 Comments

Color spaces of #bdc94c

RGB 18920176
HSL0.180.540.54
HSV66°62°79°
CMYK 0.060.000.62   0.21
XYZ43.177453.113914.8138
Yxy53.11390.38860.4781
Hunter Lab72.8793-21.786338.9639
CIE-Lab77.9422-20.559359.1048

#bdc94c color RGB value is (189,201,76).

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

The process color (four color CMYK) of #bdc94c color code is 0.06, 0.00, 0.62, 0.21. Web safe color of #bdc94c is #cccc33. Color #bdc94c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 01001100
Octal 275 311 114
Decimal 189 201 76
Hex BD C9 4C

RGB Percentages of Color #bdc94c

%40.56
%43.13
%16.31

CMYK Percentages of Color #bdc94c

%6
%0
%62
%21

Triadic Colors of #bdc94c

#bdc94c #4cbdc9 #c94cbd

Analogous Colors of #bdc94c

#bdc94c #7fc94c #c9974c

Monochromatic Colors of #bdc94c

#bdc94c

Complementary Color

#bdc94c #584cc9

#bdc94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc94c Color CSS Codes

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

#bdc94c Text Font Color

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

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


#bdc94c Background Color

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

This div background color is #bdc94c


#bdc94c Border Color

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

This div border color is #bdc94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc94c


Comments

No comments written yet.

Please login to write comment.