Color Hex Logo

#bdd69c Color Hex

#BDD69C
(189,214,156)
0 Favorites   0 Comments

Color spaces of #bdd69c

RGB 189214156
HSL0.240.410.73
HSV86°27°84°
CMYK 0.120.000.27   0.16
XYZ51.033661.312340.5972
Yxy61.31230.33370.4009
Hunter Lab78.3022-20.691124.0715
CIE-Lab82.5463-18.379125.9585

#bdd69c color RGB value is (189,214,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 10011100
Octal 275 326 234
Decimal 189 214 156
Hex BD D6 9C

RGB Percentages of Color #bdd69c

%33.81
%38.28
%27.91

CMYK Percentages of Color #bdd69c

%12
%0
%27
%16

Triadic Colors of #bdd69c

#bdd69c #9cbdd6 #d69cbd

Analogous Colors of #bdd69c

#bdd69c #a0d69c #d6d29c

Monochromatic Colors of #bdd69c

#bdd69c

Complementary Color

#bdd69c #b59cd6

#bdd69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd69c Color CSS Codes

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

#bdd69c Text Font Color

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

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


#bdd69c Background Color

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

This div background color is #bdd69c


#bdd69c Border Color

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

This div border color is #bdd69c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd69c


Comments

No comments written yet.

Please login to write comment.