Color Hex Logo

#bddbae Color Hex

#BDDBAE
(189,219,174)
0 Favorites   0 Comments

Color spaces of #bddbae

RGB 189219174
HSL0.280.380.77
HSV100°21°86°
CMYK 0.140.000.21   0.14
XYZ53.957864.537849.6576
Yxy64.53780.32090.3838
Hunter Lab80.3354-20.696319.5860
CIE-Lab84.2450-18.082618.8890

#bddbae color RGB value is (189,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10101110
Octal 275 333 256
Decimal 189 219 174
Hex BD DB AE

RGB Percentages of Color #bddbae

%32.47
%37.63
%29.90

CMYK Percentages of Color #bddbae

%14
%0
%21
%14

Triadic Colors of #bddbae

#bddbae #aebddb #dbaebd

Analogous Colors of #bddbae

#bddbae #aedbb6 #d4dbae

Monochromatic Colors of #bddbae

#bddbae

Complementary Color

#bddbae #ccaedb

#bddbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbae Color CSS Codes

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

#bddbae Text Font Color

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

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


#bddbae Background Color

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

This div background color is #bddbae


#bddbae Border Color

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

This div border color is #bddbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbae


Comments

No comments written yet.

Please login to write comment.