Color Hex Logo

#bdd89f Color Hex

#BDD89F
(189,216,159)
0 Favorites   0 Comments

Color spaces of #bdd89f

RGB 189216159
HSL0.250.420.74
HSV88°26°85°
CMYK 0.130.000.26   0.15
XYZ51.800162.433842.1217
Yxy62.43380.33130.3993
Hunter Lab79.0151-21.256723.7040
CIE-Lab83.1436-18.928925.2084

#bdd89f color RGB value is (189,216,159).

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

The process color (four color CMYK) of #bdd89f color hex is 0.13, 0.00, 0.26, 0.15. Web safe color of #bdd89f is #cccc99. Color #bdd89f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 10011111
Octal 275 330 237
Decimal 189 216 159
Hex BD D8 9F

RGB Percentages of Color #bdd89f

%33.51
%38.30
%28.19

CMYK Percentages of Color #bdd89f

%13
%0
%26
%15

Triadic Colors of #bdd89f

#bdd89f #9fbdd8 #d89fbd

Analogous Colors of #bdd89f

#bdd89f #a1d89f #d8d79f

Monochromatic Colors of #bdd89f

#bdd89f

Complementary Color

#bdd89f #ba9fd8

#bdd89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd89f Color CSS Codes

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

#bdd89f Text Font Color

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

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


#bdd89f Background Color

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

This div background color is #bdd89f


#bdd89f Border Color

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

This div border color is #bdd89f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,216,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 #bdd89f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd89f


Comments

No comments written yet.

Please login to write comment.