Color Hex Logo

#bdd49d Color Hex

#BDD49D
(189,212,157)
0 Favorites   0 Comments

Color spaces of #bdd49d

RGB 189212157
HSL0.240.390.72
HSV85°26°83°
CMYK 0.110.000.26   0.17
XYZ50.615660.340140.8774
Yxy60.34010.33340.3974
Hunter Lab77.6789-19.627423.1747
CIE-Lab82.0227-17.234624.7252

#bdd49d color RGB value is (189,212,157).

#bdd49d hex color red value is 189, green value is 212 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bdd49d hue: 0.24 , saturation: 0.39 and the lightness value of bdd49d is 0.72.

The process color (four color CMYK) of #bdd49d color hex is 0.11, 0.00, 0.26, 0.17. Web safe color of #bdd49d is #cccc99. Color #bdd49d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 10011101
Octal 275 324 235
Decimal 189 212 157
Hex BD D4 9D

RGB Percentages of Color #bdd49d

%33.87
%37.99
%28.14

CMYK Percentages of Color #bdd49d

%11
%0
%26
%17

Triadic Colors of #bdd49d

#bdd49d #9dbdd4 #d49dbd

Analogous Colors of #bdd49d

#bdd49d #a2d49d #d4d09d

Monochromatic Colors of #bdd49d

#bdd49d

Complementary Color

#bdd49d #b49dd4

#bdd49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd49d Color CSS Codes

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

#bdd49d Text Font Color

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

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


#bdd49d Background Color

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

This div background color is #bdd49d


#bdd49d Border Color

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

This div border color is #bdd49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd49d


Comments

No comments written yet.

Please login to write comment.