Color Hex Logo

#bdd69f Color Hex

#BDD69F
(189,214,159)
0 Favorites   0 Comments

Color spaces of #bdd69f

RGB 189214159
HSL0.240.400.73
HSV87°26°84°
CMYK 0.120.000.26   0.16
XYZ51.290861.415241.9519
Yxy61.41520.33160.3971
Hunter Lab78.3679-20.317723.1184
CIE-Lab82.6014-17.935024.4698

#bdd69f color RGB value is (189,214,159).

#bdd69f hex color red value is 189, green value is 214 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bdd69f hue: 0.24 , saturation: 0.40 and the lightness value of bdd69f is 0.73.

The process color (four color CMYK) of #bdd69f color hex is 0.12, 0.00, 0.26, 0.16. Web safe color of #bdd69f is #cccc99. Color #bdd69f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 10011111
Octal 275 326 237
Decimal 189 214 159
Hex BD D6 9F

RGB Percentages of Color #bdd69f

%33.63
%38.08
%28.29

CMYK Percentages of Color #bdd69f

%12
%0
%26
%16

Triadic Colors of #bdd69f

#bdd69f #9fbdd6 #d69fbd

Analogous Colors of #bdd69f

#bdd69f #a2d69f #d6d49f

Monochromatic Colors of #bdd69f

#bdd69f

Complementary Color

#bdd69f #b89fd6

#bdd69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd69f Color CSS Codes

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

#bdd69f Text Font Color

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

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


#bdd69f Background Color

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

This div background color is #bdd69f


#bdd69f Border Color

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

This div border color is #bdd69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd69f


Comments

No comments written yet.

Please login to write comment.