Color Hex Logo

#bdd96b Color Hex

#BDD96B
(189,217,107)
0 Favorites   0 Comments

Color spaces of #bdd96b

RGB 189217107
HSL0.210.590.64
HSV75°51°85°
CMYK 0.130.000.51   0.15
XYZ48.453061.506123.2280
Yxy61.50610.36380.4618
Hunter Lab78.4258-26.964437.3377
CIE-Lab82.6501-25.794950.5828

#bdd96b color RGB value is (189,217,107).

#bdd96b hex color red value is 189, green value is 217 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bdd96b hue: 0.21 , saturation: 0.59 and the lightness value of bdd96b is 0.64.

The process color (four color CMYK) of #bdd96b color hex is 0.13, 0.00, 0.51, 0.15. Web safe color of #bdd96b is #cccc66. Color #bdd96b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011001 01101011
Octal 275 331 153
Decimal 189 217 107
Hex BD D9 6B

RGB Percentages of Color #bdd96b

%36.84
%42.30
%20.86

CMYK Percentages of Color #bdd96b

%13
%0
%51
%15

Triadic Colors of #bdd96b

#bdd96b #6bbdd9 #d96bbd

Analogous Colors of #bdd96b

#bdd96b #86d96b #d9be6b

Monochromatic Colors of #bdd96b

#bdd96b

Complementary Color

#bdd96b #876bd9

#bdd96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd96b Color CSS Codes

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

#bdd96b Text Font Color

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

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


#bdd96b Background Color

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

This div background color is #bdd96b


#bdd96b Border Color

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

This div border color is #bdd96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd96b


Comments

No comments written yet.

Please login to write comment.