Color Hex Logo

#bcecaa Color Hex

#BCECAA
(188,236,170)
0 Favorites   0 Comments

Color spaces of #bcecaa

RGB 188236170
HSL0.290.630.80
HSV104°28°93°
CMYK 0.200.000.28   0.07
XYZ57.990273.584649.1770
Yxy73.58460.32080.4071
Hunter Lab85.7815-29.447626.0571
CIE-Lab88.7258-27.329827.1127

#bcecaa color RGB value is (188,236,170).

#bcecaa hex color red value is 188, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bcecaa hue: 0.29 , saturation: 0.63 and the lightness value of bcecaa is 0.80.

The process color (four color CMYK) of #bcecaa color hex is 0.20, 0.00, 0.28, 0.07. Web safe color of #bcecaa is #ccff99. Color #bcecaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 10101010
Octal 274 354 252
Decimal 188 236 170
Hex BC EC AA

RGB Percentages of Color #bcecaa

%31.65
%39.73
%28.62

CMYK Percentages of Color #bcecaa

%20
%0
%28
%7

Triadic Colors of #bcecaa

#bcecaa #aabcec #ecaabc

Analogous Colors of #bcecaa

#bcecaa #aaecb9 #ddecaa

Monochromatic Colors of #bcecaa

#bcecaa

Complementary Color

#bcecaa #daaaec

#bcecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecaa Color CSS Codes

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

#bcecaa Text Font Color

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

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


#bcecaa Background Color

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

This div background color is #bcecaa


#bcecaa Border Color

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

This div border color is #bcecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecaa


Comments

No comments written yet.

Please login to write comment.