Color Hex Logo

#bdd299 Color Hex

#BDD299
(189,210,153)
5 Favorites   0 Comments

Color spaces of #bdd299

RGB 189210153
HSL0.230.390.71
HSV82°27°82°
CMYK 0.100.000.27   0.18
XYZ49.782659.211938.9422
Yxy59.21190.33650.4003
Hunter Lab76.9493-19.180023.8592
CIE-Lab81.4079-16.820325.9790

#bdd299 color RGB value is (189,210,153).

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

The process color (four color CMYK) of #bdd299 color hex is 0.10, 0.00, 0.27, 0.18. Web safe color of #bdd299 is #cccc99. Color #bdd299 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 10011001
Octal 275 322 231
Decimal 189 210 153
Hex BD D2 99

RGB Percentages of Color #bdd299

%34.24
%38.04
%27.72

CMYK Percentages of Color #bdd299

%10
%0
%27
%18

Triadic Colors of #bdd299

#bdd299 #99bdd2 #d299bd

Analogous Colors of #bdd299

#bdd299 #a1d299 #d2cb99

Monochromatic Colors of #bdd299

#bdd299

Complementary Color

#bdd299 #ae99d2

#bdd299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd299 Color CSS Codes

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

#bdd299 Text Font Color

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

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


#bdd299 Background Color

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

This div background color is #bdd299


#bdd299 Border Color

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

This div border color is #bdd299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd299

#bdd299 Color Palettes


Comments

No comments written yet.

Please login to write comment.