Color Hex Logo

#bcd7ae Color Hex

#BCD7AE
(188,215,174)
1 Favorites   0 Comments

Color spaces of #bcd7ae

RGB 188215174
HSL0.280.340.76
HSV100°19°84°
CMYK 0.130.000.19   0.16
XYZ52.679562.348249.3023
Yxy62.34820.32060.3794
Hunter Lab78.9609-19.093618.2526
CIE-Lab83.0982-16.435317.2799

#bcd7ae color RGB value is (188,215,174).

#bcd7ae hex color red value is 188, green value is 215 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bcd7ae hue: 0.28 , saturation: 0.34 and the lightness value of bcd7ae is 0.76.

The process color (four color CMYK) of #bcd7ae color hex is 0.13, 0.00, 0.19, 0.16. Web safe color of #bcd7ae is #cccc99. Color #bcd7ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 10101110
Octal 274 327 256
Decimal 188 215 174
Hex BC D7 AE

RGB Percentages of Color #bcd7ae

%32.58
%37.26
%30.16

CMYK Percentages of Color #bcd7ae

%13
%0
%19
%16

Triadic Colors of #bcd7ae

#bcd7ae #aebcd7 #d7aebc

Analogous Colors of #bcd7ae

#bcd7ae #aed7b5 #d1d7ae

Monochromatic Colors of #bcd7ae

#bcd7ae

Complementary Color

#bcd7ae #c9aed7

#bcd7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd7ae Color CSS Codes

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

#bcd7ae Text Font Color

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

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


#bcd7ae Background Color

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

This div background color is #bcd7ae


#bcd7ae Border Color

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

This div border color is #bcd7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd7ae

#bcd7ae Color Palettes


Comments

No comments written yet.

Please login to write comment.