Color Hex Logo

#bdd37b Color Hex

#BDD37B
(189,211,123)
0 Favorites   0 Comments

Color spaces of #bdd37b

RGB 189211123
HSL0.210.500.65
HSV75°42°83°
CMYK 0.100.000.42   0.17
XYZ47.855758.837427.5734
Yxy58.83740.35640.4382
Hunter Lab76.7055-22.870632.3809
CIE-Lab81.2021-21.201941.0560

#bdd37b color RGB value is (189,211,123).

#bdd37b hex color red value is 189, green value is 211 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bdd37b hue: 0.21 , saturation: 0.50 and the lightness value of bdd37b is 0.65.

The process color (four color CMYK) of #bdd37b color hex is 0.10, 0.00, 0.42, 0.17. Web safe color of #bdd37b is #cccc66. Color #bdd37b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 01111011
Octal 275 323 173
Decimal 189 211 123
Hex BD D3 7B

RGB Percentages of Color #bdd37b

%36.14
%40.34
%23.52

CMYK Percentages of Color #bdd37b

%10
%0
%42
%17

Triadic Colors of #bdd37b

#bdd37b #7bbdd3 #d37bbd

Analogous Colors of #bdd37b

#bdd37b #91d37b #d3bd7b

Monochromatic Colors of #bdd37b

#bdd37b

Complementary Color

#bdd37b #917bd3

#bdd37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd37b Color CSS Codes

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

#bdd37b Text Font Color

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

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


#bdd37b Background Color

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

This div background color is #bdd37b


#bdd37b Border Color

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

This div border color is #bdd37b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,211,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 #bdd37b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd37b


Comments

No comments written yet.

Please login to write comment.