Color Hex Logo

#bddaae Color Hex

#BDDAAE
(189,218,174)
0 Favorites   0 Comments

Color spaces of #bddaae

RGB 189218174
HSL0.280.370.77
HSV100°20°85°
CMYK 0.130.000.20   0.15
XYZ53.697764.017649.5709
Yxy64.01760.32100.3827
Hunter Lab80.0110-20.222719.2745
CIE-Lab83.9749-17.584918.5130

#bddaae color RGB value is (189,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 10101110
Octal 275 332 256
Decimal 189 218 174
Hex BD DA AE

RGB Percentages of Color #bddaae

%32.53
%37.52
%29.95

CMYK Percentages of Color #bddaae

%13
%0
%20
%15

Triadic Colors of #bddaae

#bddaae #aebdda #daaebd

Analogous Colors of #bddaae

#bddaae #aedab5 #d3daae

Monochromatic Colors of #bddaae

#bddaae

Complementary Color

#bddaae #cbaeda

#bddaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddaae Color CSS Codes

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

#bddaae Text Font Color

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

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


#bddaae Background Color

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

This div background color is #bddaae


#bddaae Border Color

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

This div border color is #bddaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddaae


Comments

No comments written yet.

Please login to write comment.