Color Hex Logo

#bdde72 Color Hex

#BDDE72
(189,222,114)
0 Favorites   0 Comments

Color spaces of #bdde72

RGB 189222114
HSL0.220.620.66
HSV78°49°87°
CMYK 0.150.000.49   0.13
XYZ50.144864.276325.6832
Yxy64.27630.35790.4588
Hunter Lab80.1725-28.657037.1272
CIE-Lab84.1094-27.489649.0287

#bdde72 color RGB value is (189,222,114).

#bdde72 hex color red value is 189, green value is 222 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bdde72 hue: 0.22 , saturation: 0.62 and the lightness value of bdde72 is 0.66.

The process color (four color CMYK) of #bdde72 color hex is 0.15, 0.00, 0.49, 0.13. Web safe color of #bdde72 is #cccc66. Color #bdde72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 01110010
Octal 275 336 162
Decimal 189 222 114
Hex BD DE 72

RGB Percentages of Color #bdde72

%36.00
%42.29
%21.71

CMYK Percentages of Color #bdde72

%15
%0
%49
%13

Triadic Colors of #bdde72

#bdde72 #72bdde #de72bd

Analogous Colors of #bdde72

#bdde72 #87de72 #dec972

Monochromatic Colors of #bdde72

#bdde72

Complementary Color

#bdde72 #9372de

#bdde72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde72 Color CSS Codes

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

#bdde72 Text Font Color

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

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


#bdde72 Background Color

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

This div background color is #bdde72


#bdde72 Border Color

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

This div border color is #bdde72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde72


Comments

No comments written yet.

Please login to write comment.