Color Hex Logo

#bdd596 Color Hex

#BDD596
(189,213,150)
0 Favorites   0 Comments

Color spaces of #bdd596

RGB 189213150
HSL0.230.430.71
HSV83°30°84°
CMYK 0.110.000.30   0.16
XYZ50.285560.609337.9026
Yxy60.60930.33790.4073
Hunter Lab77.8520-20.945725.6308
CIE-Lab82.1683-18.745028.5646

#bdd596 color RGB value is (189,213,150).

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

The process color (four color CMYK) of #bdd596 color hex is 0.11, 0.00, 0.30, 0.16. Web safe color of #bdd596 is #cccc99. Color #bdd596 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 10010110
Octal 275 325 226
Decimal 189 213 150
Hex BD D5 96

RGB Percentages of Color #bdd596

%34.24
%38.59
%27.17

CMYK Percentages of Color #bdd596

%11
%0
%30
%16

Triadic Colors of #bdd596

#bdd596 #96bdd5 #d596bd

Analogous Colors of #bdd596

#bdd596 #9ed596 #d5ce96

Monochromatic Colors of #bdd596

#bdd596

Complementary Color

#bdd596 #ae96d5

#bdd596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd596 Color CSS Codes

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

#bdd596 Text Font Color

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

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


#bdd596 Background Color

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

This div background color is #bdd596


#bdd596 Border Color

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

This div border color is #bdd596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd596


Comments

No comments written yet.

Please login to write comment.