Color Hex Logo

#bcdeaa Color Hex

#BCDEAA
(188,222,170)
0 Favorites   0 Comments

Color spaces of #bcdeaa

RGB 188222170
HSL0.280.440.77
HSV99°23°87°
CMYK 0.150.000.23   0.13
XYZ54.116065.836247.8857
Yxy65.83620.32240.3923
Hunter Lab81.1395-22.943621.8068
CIE-Lab84.9128-20.556821.8936

#bcdeaa color RGB value is (188,222,170).

#bcdeaa hex color red value is 188, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bcdeaa hue: 0.28 , saturation: 0.44 and the lightness value of bcdeaa is 0.77.

The process color (four color CMYK) of #bcdeaa color hex is 0.15, 0.00, 0.23, 0.13. Web safe color of #bcdeaa is #cccc99. Color #bcdeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10101010
Octal 274 336 252
Decimal 188 222 170
Hex BC DE AA

RGB Percentages of Color #bcdeaa

%32.41
%38.28
%29.31

CMYK Percentages of Color #bcdeaa

%15
%0
%23
%13

Triadic Colors of #bcdeaa

#bcdeaa #aabcde #deaabc

Analogous Colors of #bcdeaa

#bcdeaa #aadeb2 #d6deaa

Monochromatic Colors of #bcdeaa

#bcdeaa

Complementary Color

#bcdeaa #ccaade

#bcdeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdeaa Color CSS Codes

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

#bcdeaa Text Font Color

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

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


#bcdeaa Background Color

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

This div background color is #bcdeaa


#bcdeaa Border Color

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

This div border color is #bcdeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdeaa


Comments

No comments written yet.

Please login to write comment.