Color Hex Logo

#bddd7b Color Hex

#BDDD7B
(189,221,123)
0 Favorites   0 Comments

Color spaces of #bddd7b

RGB 189221123
HSL0.220.590.67
HSV80°44°87°
CMYK 0.140.000.44   0.13
XYZ50.417963.961828.4274
Yxy63.96180.35300.4479
Hunter Lab79.9761-27.429734.9087
CIE-Lab83.9459-26.052544.4935

#bddd7b color RGB value is (189,221,123).

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

The process color (four color CMYK) of #bddd7b color hex is 0.14, 0.00, 0.44, 0.13. Web safe color of #bddd7b is #cccc66. Color #bddd7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 01111011
Octal 275 335 173
Decimal 189 221 123
Hex BD DD 7B

RGB Percentages of Color #bddd7b

%35.46
%41.46
%23.08

CMYK Percentages of Color #bddd7b

%14
%0
%44
%13

Triadic Colors of #bddd7b

#bddd7b #7bbddd #dd7bbd

Analogous Colors of #bddd7b

#bddd7b #8cdd7b #ddcc7b

Monochromatic Colors of #bddd7b

#bddd7b

Complementary Color

#bddd7b #9b7bdd

#bddd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd7b Color CSS Codes

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

#bddd7b Text Font Color

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

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


#bddd7b Background Color

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

This div background color is #bddd7b


#bddd7b Border Color

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

This div border color is #bddd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd7b


Comments

No comments written yet.

Please login to write comment.