Color Hex Logo

#bddc9e Color Hex

#BDDC9E
(189,220,158)
0 Favorites   0 Comments

Color spaces of #bddc9e

RGB 189220158
HSL0.250.470.74
HSV90°28°86°
CMYK 0.140.000.28   0.14
XYZ52.751064.473842.0122
Yxy64.47380.33130.4049
Hunter Lab80.2956-23.249925.1852
CIE-Lab84.2118-21.049627.1767

#bddc9e color RGB value is (189,220,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10011110
Octal 275 334 236
Decimal 189 220 158
Hex BD DC 9E

RGB Percentages of Color #bddc9e

%33.33
%38.80
%27.87

CMYK Percentages of Color #bddc9e

%14
%0
%28
%14

Triadic Colors of #bddc9e

#bddc9e #9ebddc #dc9ebd

Analogous Colors of #bddc9e

#bddc9e #9edc9e #dcdc9e

Monochromatic Colors of #bddc9e

#bddc9e

Complementary Color

#bddc9e #bd9edc

#bddc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc9e Color CSS Codes

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

#bddc9e Text Font Color

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

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


#bddc9e Background Color

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

This div background color is #bddc9e


#bddc9e Border Color

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

This div border color is #bddc9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc9e


Comments

No comments written yet.

Please login to write comment.