Color Hex Logo

#bddc9f Color Hex

#BDDC9F
(189,220,159)
0 Favorites   0 Comments

Color spaces of #bddc9f

RGB 189220159
HSL0.250.470.74
HSV90°28°86°
CMYK 0.140.000.28   0.14
XYZ52.837564.508442.4674
Yxy64.50840.33060.4036
Hunter Lab80.3171-23.126824.8726
CIE-Lab84.2298-20.902326.6836

#bddc9f color RGB value is (189,220,159).

#bddc9f hex color red value is 189, green value is 220 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bddc9f hue: 0.25 , saturation: 0.47 and the lightness value of bddc9f is 0.74.

The process color (four color CMYK) of #bddc9f color hex is 0.14, 0.00, 0.28, 0.14. Web safe color of #bddc9f is #cccc99. Color #bddc9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10011111
Octal 275 334 237
Decimal 189 220 159
Hex BD DC 9F

RGB Percentages of Color #bddc9f

%33.27
%38.73
%27.99

CMYK Percentages of Color #bddc9f

%14
%0
%28
%14

Triadic Colors of #bddc9f

#bddc9f #9fbddc #dc9fbd

Analogous Colors of #bddc9f

#bddc9f #9fdca0 #dcdc9f

Monochromatic Colors of #bddc9f

#bddc9f

Complementary Color

#bddc9f #be9fdc

#bddc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc9f Color CSS Codes

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

#bddc9f Text Font Color

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

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


#bddc9f Background Color

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

This div background color is #bddc9f


#bddc9f Border Color

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

This div border color is #bddc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc9f


Comments

No comments written yet.

Please login to write comment.