Color Hex Logo

#bdddac Color Hex

#BDDDAC
(189,221,172)
0 Favorites   0 Comments

Color spaces of #bdddac

RGB 189221172
HSL0.280.420.77
HSV99°22°87°
CMYK 0.140.000.22   0.13
XYZ54.289165.510348.8131
Yxy65.51030.32200.3885
Hunter Lab80.9384-21.914220.8997
CIE-Lab84.7460-19.396620.6305

#bdddac color RGB value is (189,221,172).

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

The process color (four color CMYK) of #bdddac color hex is 0.14, 0.00, 0.22, 0.13. Web safe color of #bdddac is #cccc99. Color #bdddac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10101100
Octal 275 335 254
Decimal 189 221 172
Hex BD DD AC

RGB Percentages of Color #bdddac

%32.47
%37.97
%29.55

CMYK Percentages of Color #bdddac

%14
%0
%22
%13

Triadic Colors of #bdddac

#bdddac #acbddd #ddacbd

Analogous Colors of #bdddac

#bdddac #acddb4 #d6ddac

Monochromatic Colors of #bdddac

#bdddac

Complementary Color

#bdddac #ccacdd

#bdddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddac Color CSS Codes

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

#bdddac Text Font Color

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

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


#bdddac Background Color

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

This div background color is #bdddac


#bdddac Border Color

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

This div border color is #bdddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddac


Comments

No comments written yet.

Please login to write comment.