Color Hex Logo

#bccdaa Color Hex

#BCCDAA
(188,205,170)
0 Favorites   0 Comments

Color spaces of #bccdaa

RGB 188205170
HSL0.250.260.74
HSV89°17°80°
CMYK 0.080.000.17   0.20
XYZ49.826157.256346.4557
Yxy57.25630.32450.3729
Hunter Lab75.6679-14.879416.5669
CIE-Lab80.3235-12.028815.5104

#bccdaa color RGB value is (188,205,170).

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

The process color (four color CMYK) of #bccdaa color hex is 0.08, 0.00, 0.17, 0.20. Web safe color of #bccdaa is #cccc99. Color #bccdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 10101010
Octal 274 315 252
Decimal 188 205 170
Hex BC CD AA

RGB Percentages of Color #bccdaa

%33.39
%36.41
%30.20

CMYK Percentages of Color #bccdaa

%8
%0
%17
%20

Triadic Colors of #bccdaa

#bccdaa #aabccd #cdaabc

Analogous Colors of #bccdaa

#bccdaa #abcdaa #cdcdaa

Monochromatic Colors of #bccdaa

#bccdaa

Complementary Color

#bccdaa #bbaacd

#bccdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdaa Color CSS Codes

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

#bccdaa Text Font Color

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

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


#bccdaa Background Color

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

This div background color is #bccdaa


#bccdaa Border Color

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

This div border color is #bccdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdaa


Comments

No comments written yet.

Please login to write comment.