Color Hex Logo

#bddc7d Color Hex

#BDDC7D
(189,220,125)
0 Favorites   0 Comments

Color spaces of #bddc7d

RGB 189220125
HSL0.220.580.68
HSV80°43°86°
CMYK 0.140.000.43   0.14
XYZ50.281163.485929.0059
Yxy63.48590.35220.4447
Hunter Lab79.6780-26.793534.1908
CIE-Lab83.6974-25.347843.2038

#bddc7d color RGB value is (189,220,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 01111101
Octal 275 334 175
Decimal 189 220 125
Hex BD DC 7D

RGB Percentages of Color #bddc7d

%35.39
%41.20
%23.41

CMYK Percentages of Color #bddc7d

%14
%0
%43
%14

Triadic Colors of #bddc7d

#bddc7d #7dbddc #dc7dbd

Analogous Colors of #bddc7d

#bddc7d #8edc7d #dccc7d

Monochromatic Colors of #bddc7d

#bddc7d

Complementary Color

#bddc7d #9c7ddc

#bddc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc7d Color CSS Codes

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

#bddc7d Text Font Color

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

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


#bddc7d Background Color

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

This div background color is #bddc7d


#bddc7d Border Color

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

This div border color is #bddc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc7d


Comments

No comments written yet.

Please login to write comment.