Color Hex Logo

#bdd72e Color Hex

#BDD72E
(189,215,46)
0 Favorites   0 Comments

Color spaces of #bdd72e

RGB 18921546
HSL0.190.680.51
HSV69°79°84°
CMYK 0.120.000.79   0.16
XYZ45.779859.617011.6791
Yxy59.61700.39100.5092
Hunter Lab77.2120-29.286645.0802
CIE-Lab81.6296-28.881173.3000

#bdd72e color RGB value is (189,215,46).

#bdd72e hex color red value is 189, green value is 215 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bdd72e hue: 0.19 , saturation: 0.68 and the lightness value of bdd72e is 0.51.

The process color (four color CMYK) of #bdd72e color hex is 0.12, 0.00, 0.79, 0.16. Web safe color of #bdd72e is #cccc33. Color #bdd72e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 00101110
Octal 275 327 56
Decimal 189 215 46
Hex BD D7 2E

RGB Percentages of Color #bdd72e

%42.00
%47.78
%10.22

CMYK Percentages of Color #bdd72e

%12
%0
%79
%16

Triadic Colors of #bdd72e

#bdd72e #2ebdd7 #d72ebd

Analogous Colors of #bdd72e

#bdd72e #69d72e #d79d2e

Monochromatic Colors of #bdd72e

#bdd72e

Complementary Color

#bdd72e #482ed7

#bdd72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd72e Color CSS Codes

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

#bdd72e Text Font Color

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

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


#bdd72e Background Color

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

This div background color is #bdd72e


#bdd72e Border Color

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

This div border color is #bdd72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd72e


Comments

No comments written yet.

Please login to write comment.