Color Hex Logo

#bdebbd Color Hex

#BDEBBD
(189,235,189)
0 Favorites   0 Comments

Color spaces of #bdebbd

RGB 189235189
HSL0.330.530.83
HSV120°20°92°
CMYK 0.200.000.20   0.08
XYZ59.879973.909659.2541
Yxy73.90960.31020.3829
Hunter Lab85.9707-26.120719.3147
CIE-Lab88.8797-23.436217.5410

#bdebbd color RGB value is (189,235,189).

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

The process color (four color CMYK) of #bdebbd color hex is 0.20, 0.00, 0.20, 0.08. Web safe color of #bdebbd is #ccffcc. Color #bdebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 10111101
Octal 275 353 275
Decimal 189 235 189
Hex BD EB BD

RGB Percentages of Color #bdebbd

%30.83
%38.34
%30.83

CMYK Percentages of Color #bdebbd

%20
%0
%20
%8

Triadic Colors of #bdebbd

#bdebbd #bdbdeb #ebbdbd

Analogous Colors of #bdebbd

#bdebbd #bdebd4 #d4ebbd

Monochromatic Colors of #bdebbd

#bdebbd

Complementary Color

#bdebbd #ebbdeb

#bdebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebbd Color CSS Codes

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

#bdebbd Text Font Color

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

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


#bdebbd Background Color

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

This div background color is #bdebbd


#bdebbd Border Color

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

This div border color is #bdebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebbd


Comments

No comments written yet.

Please login to write comment.