Color Hex Logo

#bddd78 Color Hex

#BDDD78
(189,221,120)
0 Favorites   0 Comments

Color spaces of #bddd78

RGB 189221120
HSL0.220.600.67
HSV79°46°87°
CMYK 0.140.000.46   0.13
XYZ50.232963.887827.4533
Yxy63.88780.35480.4513
Hunter Lab79.9298-27.696735.5867
CIE-Lab83.9073-26.382045.9041

#bddd78 color RGB value is (189,221,120).

#bddd78 hex color red value is 189, green value is 221 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bddd78 hue: 0.22 , saturation: 0.60 and the lightness value of bddd78 is 0.67.

The process color (four color CMYK) of #bddd78 color hex is 0.14, 0.00, 0.46, 0.13. Web safe color of #bddd78 is #cccc66. Color #bddd78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 01111000
Octal 275 335 170
Decimal 189 221 120
Hex BD DD 78

RGB Percentages of Color #bddd78

%35.66
%41.70
%22.64

CMYK Percentages of Color #bddd78

%14
%0
%46
%13

Triadic Colors of #bddd78

#bddd78 #78bddd #dd78bd

Analogous Colors of #bddd78

#bddd78 #8bdd78 #ddcb78

Monochromatic Colors of #bddd78

#bddd78

Complementary Color

#bddd78 #9878dd

#bddd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd78 Color CSS Codes

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

#bddd78 Text Font Color

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

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


#bddd78 Background Color

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

This div background color is #bddd78


#bddd78 Border Color

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

This div border color is #bddd78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd78


Comments

No comments written yet.

Please login to write comment.