Color Hex Logo

#bdd97b Color Hex

#BDD97B
(189,217,123)
0 Favorites   0 Comments

Color spaces of #bdd97b

RGB 189217123
HSL0.220.550.67
HSV78°43°85°
CMYK 0.130.000.43   0.15
XYZ49.374361.874628.0796
Yxy61.87460.35440.4441
Hunter Lab78.6604-25.613233.8974
CIE-Lab82.8467-24.126743.1218

#bdd97b color RGB value is (189,217,123).

#bdd97b hex color red value is 189, green value is 217 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bdd97b hue: 0.22 , saturation: 0.55 and the lightness value of bdd97b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011001 01111011
Octal 275 331 173
Decimal 189 217 123
Hex BD D9 7B

RGB Percentages of Color #bdd97b

%35.73
%41.02
%23.25

CMYK Percentages of Color #bdd97b

%13
%0
%43
%15

Triadic Colors of #bdd97b

#bdd97b #7bbdd9 #d97bbd

Analogous Colors of #bdd97b

#bdd97b #8ed97b #d9c67b

Monochromatic Colors of #bdd97b

#bdd97b

Complementary Color

#bdd97b #977bd9

#bdd97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd97b Color CSS Codes

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

#bdd97b Text Font Color

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

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


#bdd97b Background Color

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

This div background color is #bdd97b


#bdd97b Border Color

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

This div border color is #bdd97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd97b


Comments

No comments written yet.

Please login to write comment.