Color Hex Logo

#bddebd Color Hex

#BDDEBD
(189,222,189)
0 Favorites   0 Comments

Color spaces of #bddebd

RGB 189222189
HSL0.330.330.81
HSV120°15°87°
CMYK 0.150.000.15   0.13
XYZ56.292866.735558.0584
Yxy66.73550.31090.3685
Hunter Lab81.6918-19.958515.0468
CIE-Lab85.3702-17.044812.5958

#bddebd color RGB value is (189,222,189).

#bddebd hex color red value is 189, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bddebd hue: 0.33 , saturation: 0.33 and the lightness value of bddebd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 10111101
Octal 275 336 275
Decimal 189 222 189
Hex BD DE BD

RGB Percentages of Color #bddebd

%31.50
%37.00
%31.50

CMYK Percentages of Color #bddebd

%15
%0
%15
%13

Triadic Colors of #bddebd

#bddebd #bdbdde #debdbd

Analogous Colors of #bddebd

#bddebd #bddece #cedebd

Monochromatic Colors of #bddebd

#bddebd

Complementary Color

#bddebd #debdde

#bddebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddebd Color CSS Codes

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

#bddebd Text Font Color

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

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


#bddebd Background Color

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

This div background color is #bddebd


#bddebd Border Color

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

This div border color is #bddebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddebd

#bddebd Color Palettes


Comments

No comments written yet.

Please login to write comment.