Color Hex Logo

#bddeac Color Hex

#BDDEAC
(189,222,172)
0 Favorites   0 Comments

Color spaces of #bddeac

RGB 189222172
HSL0.280.430.77
HSV100°23°87°
CMYK 0.150.000.23   0.13
XYZ54.553966.039948.9014
Yxy66.03990.32190.3896
Hunter Lab81.2649-22.384921.2075
CIE-Lab85.0168-19.890221.0051

#bddeac color RGB value is (189,222,172).

#bddeac hex color red value is 189, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bddeac hue: 0.28 , saturation: 0.43 and the lightness value of bddeac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 10101100
Octal 275 336 254
Decimal 189 222 172
Hex BD DE AC

RGB Percentages of Color #bddeac

%32.42
%38.08
%29.50

CMYK Percentages of Color #bddeac

%15
%0
%23
%13

Triadic Colors of #bddeac

#bddeac #acbdde #deacbd

Analogous Colors of #bddeac

#bddeac #acdeb4 #d6deac

Monochromatic Colors of #bddeac

#bddeac

Complementary Color

#bddeac #cdacde

#bddeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddeac Color CSS Codes

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

#bddeac Text Font Color

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

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


#bddeac Background Color

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

This div background color is #bddeac


#bddeac Border Color

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

This div border color is #bddeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddeac


Comments

No comments written yet.

Please login to write comment.