color codes Logo

#bdd12c color codes

#BDD12C
(189,209,44)
0 Favorites   0 Comments

Color spaces of #bdd12c

RGB 18920944
HSL0.190.650.50
HSV67°79°82°
CMYK 0.100.000.79   0.18
XYZ44.241456.601610.9763
Yxy56.60160.39570.5062
Hunter Lab75.2340-26.692644.0137
CIE-Lab79.9550-26.103472.3584

#bdd12c color RGB value is (189,209,44).

#bdd12c hex color red value is 189, green value is 209 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bdd12c hue: 0.19 , saturation: 0.65 and the lightness value of bdd12c is 0.50.

The process color (four color CMYK) of #bdd12c color code is 0.10, 0.00, 0.79, 0.18. Web safe color of #bdd12c is #cccc33. Color #bdd12c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00101100
Octal 275 321 54
Decimal 189 209 44
Hex BD D1 2C

RGB Percentages of Color #bdd12c

%42.76
%47.29
%9.95

CMYK Percentages of Color #bdd12c

%10
%0
%79
%18

Triadic Colors of #bdd12c

#bdd12c #2cbdd1 #d12cbd

Analogous Colors of #bdd12c

#bdd12c #6bd12c #d1932c

Monochromatic Colors of #bdd12c

#bdd12c

Complementary Color

#bdd12c #402cd1

#bdd12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd12c Color CSS Codes

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

#bdd12c Text Font Color

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

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


#bdd12c Background Color

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

This div background color is #bdd12c


#bdd12c Border Color

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

This div border color is #bdd12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd12c


Comments

No comments written yet.

Please login to write comment.