Color Hex Logo

#bcccaa Color Hex

#BCCCAA
(188,204,170)
0 Favorites   0 Comments

Color spaces of #bcccaa

RGB 188204170
HSL0.250.250.73
HSV88°17°80°
CMYK 0.080.000.17   0.20
XYZ49.587656.779446.3762
Yxy56.77940.32460.3717
Hunter Lab75.3521-14.399216.2559
CIE-Lab80.0554-11.517215.1340

#bcccaa color RGB value is (188,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 10101010
Octal 274 314 252
Decimal 188 204 170
Hex BC CC AA

RGB Percentages of Color #bcccaa

%33.45
%36.30
%30.25

CMYK Percentages of Color #bcccaa

%8
%0
%17
%20

Triadic Colors of #bcccaa

#bcccaa #aabccc #ccaabc

Analogous Colors of #bcccaa

#bcccaa #abccaa #cccbaa

Monochromatic Colors of #bcccaa

#bcccaa

Complementary Color

#bcccaa #baaacc

#bcccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccaa Color CSS Codes

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

#bcccaa Text Font Color

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

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


#bcccaa Background Color

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

This div background color is #bcccaa


#bcccaa Border Color

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

This div border color is #bcccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccaa


Comments

No comments written yet.

Please login to write comment.