Color Hex Logo

#bcceaa Color Hex

#BCCEAA
(188,206,170)
0 Favorites   0 Comments

Color spaces of #bcceaa

RGB 188206170
HSL0.250.270.74
HSV90°17°81°
CMYK 0.090.000.17   0.19
XYZ50.066057.736346.5357
Yxy57.73630.32440.3741
Hunter Lab75.9844-15.359416.8777
CIE-Lab80.5920-12.539815.8868

#bcceaa color RGB value is (188,206,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 10101010
Octal 274 316 252
Decimal 188 206 170
Hex BC CE AA

RGB Percentages of Color #bcceaa

%33.33
%36.52
%30.14

CMYK Percentages of Color #bcceaa

%9
%0
%17
%19

Triadic Colors of #bcceaa

#bcceaa #aabcce #ceaabc

Analogous Colors of #bcceaa

#bcceaa #aaceaa #ceceaa

Monochromatic Colors of #bcceaa

#bcceaa

Complementary Color

#bcceaa #bcaace

#bcceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcceaa Color CSS Codes

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

#bcceaa Text Font Color

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

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


#bcceaa Background Color

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

This div background color is #bcceaa


#bcceaa Border Color

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

This div border color is #bcceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcceaa


Comments

No comments written yet.

Please login to write comment.