Color Hex Logo

#bddc7c Color Hex

#BDDC7C
(189,220,124)
0 Favorites   0 Comments

Color spaces of #bddc7c

RGB 189220124
HSL0.220.580.67
HSV79°44°86°
CMYK 0.140.000.44   0.14
XYZ50.217663.460528.6711
Yxy63.46050.35280.4458
Hunter Lab79.6621-26.885434.4245
CIE-Lab83.6841-25.460843.6779

#bddc7c color RGB value is (189,220,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 01111100
Octal 275 334 174
Decimal 189 220 124
Hex BD DC 7C

RGB Percentages of Color #bddc7c

%35.46
%41.28
%23.26

CMYK Percentages of Color #bddc7c

%14
%0
%44
%14

Triadic Colors of #bddc7c

#bddc7c #7cbddc #dc7cbd

Analogous Colors of #bddc7c

#bddc7c #8ddc7c #dccb7c

Monochromatic Colors of #bddc7c

#bddc7c

Complementary Color

#bddc7c #9b7cdc

#bddc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc7c Color CSS Codes

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

#bddc7c Text Font Color

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

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


#bddc7c Background Color

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

This div background color is #bddc7c


#bddc7c Border Color

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

This div border color is #bddc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc7c


Comments

No comments written yet.

Please login to write comment.