Color Hex Logo

#bddfbd Color Hex

#BDDFBD
(189,223,189)
0 Favorites   0 Comments

Color spaces of #bddfbd

RGB 189223189
HSL0.330.350.81
HSV120°15°87°
CMYK 0.150.000.15   0.13
XYZ56.559267.268358.1472
Yxy67.26830.31080.3697
Hunter Lab82.0173-20.436415.3777
CIE-Lab85.6393-17.543212.9771

#bddfbd color RGB value is (189,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 10111101
Octal 275 337 275
Decimal 189 223 189
Hex BD DF BD

RGB Percentages of Color #bddfbd

%31.45
%37.10
%31.45

CMYK Percentages of Color #bddfbd

%15
%0
%15
%13

Triadic Colors of #bddfbd

#bddfbd #bdbddf #dfbdbd

Analogous Colors of #bddfbd

#bddfbd #bddfce #cedfbd

Monochromatic Colors of #bddfbd

#bddfbd

Complementary Color

#bddfbd #dfbddf

#bddfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfbd Color CSS Codes

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

#bddfbd Text Font Color

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

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


#bddfbd Background Color

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

This div background color is #bddfbd


#bddfbd Border Color

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

This div border color is #bddfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfbd


Comments

No comments written yet.

Please login to write comment.