Color Hex Logo

#bdecbd Color Hex

#BDECBD
(189,236,189)
0 Favorites   0 Comments

Color spaces of #bdecbd

RGB 189236189
HSL0.330.550.83
HSV120°20°93°
CMYK 0.200.000.20   0.07
XYZ60.167074.483859.3498
Yxy74.48380.31010.3839
Hunter Lab86.3040-26.590419.6401
CIE-Lab89.1506-23.919917.9202

#bdecbd color RGB value is (189,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 10111101
Octal 275 354 275
Decimal 189 236 189
Hex BD EC BD

RGB Percentages of Color #bdecbd

%30.78
%38.44
%30.78

CMYK Percentages of Color #bdecbd

%20
%0
%20
%7

Triadic Colors of #bdecbd

#bdecbd #bdbdec #ecbdbd

Analogous Colors of #bdecbd

#bdecbd #bdecd5 #d5ecbd

Monochromatic Colors of #bdecbd

#bdecbd

Complementary Color

#bdecbd #ecbdec

#bdecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecbd Color CSS Codes

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

#bdecbd Text Font Color

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

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


#bdecbd Background Color

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

This div background color is #bdecbd


#bdecbd Border Color

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

This div border color is #bdecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecbd


Comments

No comments written yet.

Please login to write comment.