Color Hex Logo

#bddbac Color Hex

#BDDBAC
(189,219,172)
0 Favorites   0 Comments

Color spaces of #bddbac

RGB 189219172
HSL0.270.390.77
HSV98°21°86°
CMYK 0.140.000.21   0.14
XYZ53.764264.460448.6382
Yxy64.46040.32220.3863
Hunter Lab80.2872-20.970520.2830
CIE-Lab84.2049-18.405619.8806

#bddbac color RGB value is (189,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10101100
Octal 275 333 254
Decimal 189 219 172
Hex BD DB AC

RGB Percentages of Color #bddbac

%32.59
%37.76
%29.66

CMYK Percentages of Color #bddbac

%14
%0
%21
%14

Triadic Colors of #bddbac

#bddbac #acbddb #dbacbd

Analogous Colors of #bddbac

#bddbac #acdbb3 #d5dbac

Monochromatic Colors of #bddbac

#bddbac

Complementary Color

#bddbac #caacdb

#bddbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbac Color CSS Codes

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

#bddbac Text Font Color

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

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


#bddbac Background Color

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

This div background color is #bddbac


#bddbac Border Color

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

This div border color is #bddbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbac


Comments

No comments written yet.

Please login to write comment.