Color Hex Logo

#bcd3aa Color Hex

#BCD3AA
(188,211,170)
0 Favorites   0 Comments

Color spaces of #bcd3aa

RGB 188211170
HSL0.260.320.75
HSV94°19°83°
CMYK 0.110.000.19   0.17
XYZ51.289060.182246.9433
Yxy60.18220.32380.3799
Hunter Lab77.5772-17.747518.4266
CIE-Lab81.9371-15.076417.7675

#bcd3aa color RGB value is (188,211,170).

#bcd3aa hex color red value is 188, green value is 211 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bcd3aa hue: 0.26 , saturation: 0.32 and the lightness value of bcd3aa is 0.75.

The process color (four color CMYK) of #bcd3aa color hex is 0.11, 0.00, 0.19, 0.17. Web safe color of #bcd3aa is #cccc99. Color #bcd3aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 10101010
Octal 274 323 252
Decimal 188 211 170
Hex BC D3 AA

RGB Percentages of Color #bcd3aa

%33.04
%37.08
%29.88

CMYK Percentages of Color #bcd3aa

%11
%0
%19
%17

Triadic Colors of #bcd3aa

#bcd3aa #aabcd3 #d3aabc

Analogous Colors of #bcd3aa

#bcd3aa #aad3ad #d1d3aa

Monochromatic Colors of #bcd3aa

#bcd3aa

Complementary Color

#bcd3aa #c1aad3

#bcd3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd3aa Color CSS Codes

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

#bcd3aa Text Font Color

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

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


#bcd3aa Background Color

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

This div background color is #bcd3aa


#bcd3aa Border Color

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

This div border color is #bcd3aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,211,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd3aa


Comments

No comments written yet.

Please login to write comment.