color codes Logo

#bdc34c color codes

#BDC34C
(189,195,76)
0 Favorites   0 Comments

Color spaces of #bdc34c

RGB 18919576
HSL0.180.500.53
HSV63°61°76°
CMYK 0.030.000.61   0.24
XYZ41.805950.370814.3566
Yxy50.37080.39240.4728
Hunter Lab70.9724-19.057237.6872
CIE-Lab76.2963-17.578457.3364

#bdc34c color RGB value is (189,195,76).

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

The process color (four color CMYK) of #bdc34c color code is 0.03, 0.00, 0.61, 0.24. Web safe color of #bdc34c is #cccc33. Color #bdc34c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 01001100
Octal 275 303 114
Decimal 189 195 76
Hex BD C3 4C

RGB Percentages of Color #bdc34c

%41.09
%42.39
%16.52

CMYK Percentages of Color #bdc34c

%3
%0
%61
%24

Triadic Colors of #bdc34c

#bdc34c #4cbdc3 #c34cbd

Analogous Colors of #bdc34c

#bdc34c #82c34c #c38e4c

Monochromatic Colors of #bdc34c

#bdc34c

Complementary Color

#bdc34c #524cc3

#bdc34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc34c Color CSS Codes

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

#bdc34c Text Font Color

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

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


#bdc34c Background Color

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

This div background color is #bdc34c


#bdc34c Border Color

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

This div border color is #bdc34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc34c


Comments

No comments written yet.

Please login to write comment.