Color Hex Logo

#bddcac Color Hex

#BDDCAC
(189,220,172)
0 Favorites   0 Comments

Color spaces of #bddcac

RGB 189220172
HSL0.270.410.77
HSV99°22°86°
CMYK 0.140.000.22   0.14
XYZ54.025964.983848.7254
Yxy64.98380.32210.3874
Hunter Lab80.6125-21.442620.5916
CIE-Lab84.4754-18.901620.2556

#bddcac color RGB value is (189,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10101100
Octal 275 334 254
Decimal 189 220 172
Hex BD DC AC

RGB Percentages of Color #bddcac

%32.53
%37.87
%29.60

CMYK Percentages of Color #bddcac

%14
%0
%22
%14

Triadic Colors of #bddcac

#bddcac #acbddc #dcacbd

Analogous Colors of #bddcac

#bddcac #acdcb3 #d5dcac

Monochromatic Colors of #bddcac

#bddcac

Complementary Color

#bddcac #cbacdc

#bddcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcac Color CSS Codes

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

#bddcac Text Font Color

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

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


#bddcac Background Color

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

This div background color is #bddcac


#bddcac Border Color

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

This div border color is #bddcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcac


Comments

No comments written yet.

Please login to write comment.