Color Hex Logo

#bdd09c Color Hex

#BDD09C
(189,208,156)
0 Favorites   0 Comments

Color spaces of #bdd09c

RGB 189208156
HSL0.230.360.71
HSV82°25°82°
CMYK 0.090.000.25   0.18
XYZ49.542958.330940.1003
Yxy58.33090.33480.3942
Hunter Lab76.3747-17.865922.3322
CIE-Lab80.9224-15.375523.7483

#bdd09c color RGB value is (189,208,156).

#bdd09c hex color red value is 189, green value is 208 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bdd09c hue: 0.23 , saturation: 0.36 and the lightness value of bdd09c is 0.71.

The process color (four color CMYK) of #bdd09c color hex is 0.09, 0.00, 0.25, 0.18. Web safe color of #bdd09c is #cccc99. Color #bdd09c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 10011100
Octal 275 320 234
Decimal 189 208 156
Hex BD D0 9C

RGB Percentages of Color #bdd09c

%34.18
%37.61
%28.21

CMYK Percentages of Color #bdd09c

%9
%0
%25
%18

Triadic Colors of #bdd09c

#bdd09c #9cbdd0 #d09cbd

Analogous Colors of #bdd09c

#bdd09c #a3d09c #d0c99c

Monochromatic Colors of #bdd09c

#bdd09c

Complementary Color

#bdd09c #af9cd0

#bdd09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd09c Color CSS Codes

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

#bdd09c Text Font Color

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

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


#bdd09c Background Color

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

This div background color is #bdd09c


#bdd09c Border Color

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

This div border color is #bdd09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd09c

#bdd09c Color Palettes


Comments

No comments written yet.

Please login to write comment.