Color Hex Logo

#bddc47 Color Hex

#BDDC47
(189,220,71)
0 Favorites   0 Comments

Color spaces of #bddc47

RGB 18922071
HSL0.200.680.57
HSV72°68°86°
CMYK 0.140.000.68   0.14
XYZ47.716862.460115.5023
Yxy62.46010.37970.4970
Hunter Lab79.0317-30.532943.6923
CIE-Lab83.1575-30.015466.5272

#bddc47 color RGB value is (189,220,71).

#bddc47 hex color red value is 189, green value is 220 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bddc47 hue: 0.20 , saturation: 0.68 and the lightness value of bddc47 is 0.57.

The process color (four color CMYK) of #bddc47 color hex is 0.14, 0.00, 0.68, 0.14. Web safe color of #bddc47 is #cccc33. Color #bddc47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 01000111
Octal 275 334 107
Decimal 189 220 71
Hex BD DC 47

RGB Percentages of Color #bddc47

%39.38
%45.83
%14.79

CMYK Percentages of Color #bddc47

%14
%0
%68
%14

Triadic Colors of #bddc47

#bddc47 #47bddc #dc47bd

Analogous Colors of #bddc47

#bddc47 #73dc47 #dcb147

Monochromatic Colors of #bddc47

#bddc47

Complementary Color

#bddc47 #6647dc

#bddc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc47 Color CSS Codes

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

#bddc47 Text Font Color

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

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


#bddc47 Background Color

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

This div background color is #bddc47


#bddc47 Border Color

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

This div border color is #bddc47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc47


Comments

No comments written yet.

Please login to write comment.