Color Hex Logo

#bddcae Color Hex

#BDDCAE
(189,220,174)
0 Favorites   0 Comments

Color spaces of #bddcae

RGB 189220174
HSL0.280.400.77
HSV100°21°86°
CMYK 0.140.000.21   0.14
XYZ54.219465.061249.7448
Yxy65.06120.32080.3849
Hunter Lab80.6605-21.169619.8972
CIE-Lab84.5153-18.579619.2649

#bddcae color RGB value is (189,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10101110
Octal 275 334 256
Decimal 189 220 174
Hex BD DC AE

RGB Percentages of Color #bddcae

%32.42
%37.74
%29.85

CMYK Percentages of Color #bddcae

%14
%0
%21
%14

Triadic Colors of #bddcae

#bddcae #aebddc #dcaebd

Analogous Colors of #bddcae

#bddcae #aedcb6 #d4dcae

Monochromatic Colors of #bddcae

#bddcae

Complementary Color

#bddcae #cdaedc

#bddcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcae Color CSS Codes

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

#bddcae Text Font Color

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

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


#bddcae Background Color

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

This div background color is #bddcae


#bddcae Border Color

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

This div border color is #bddcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcae


Comments

No comments written yet.

Please login to write comment.