Color Hex Logo

#bdedbd Color Hex

#BDEDBD
(189,237,189)
0 Favorites   0 Comments

Color spaces of #bdedbd

RGB 189237189
HSL0.330.570.84
HSV120°20°93°
CMYK 0.200.000.20   0.07
XYZ60.455875.061359.4460
Yxy75.06130.31010.3850
Hunter Lab86.6379-27.059419.9651
CIE-Lab89.4217-24.402518.2993

#bdedbd color RGB value is (189,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10111101
Octal 275 355 275
Decimal 189 237 189
Hex BD ED BD

RGB Percentages of Color #bdedbd

%30.73
%38.54
%30.73

CMYK Percentages of Color #bdedbd

%20
%0
%20
%7

Triadic Colors of #bdedbd

#bdedbd #bdbded #edbdbd

Analogous Colors of #bdedbd

#bdedbd #bdedd5 #d5edbd

Monochromatic Colors of #bdedbd

#bdedbd

Complementary Color

#bdedbd #edbded

#bdedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedbd Color CSS Codes

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

#bdedbd Text Font Color

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

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


#bdedbd Background Color

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

This div background color is #bdedbd


#bdedbd Border Color

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

This div border color is #bdedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedbd


Comments

No comments written yet.

Please login to write comment.