Color Hex Logo

#bcebaa Color Hex

#BCEBAA
(188,235,170)
0 Favorites   0 Comments

Color spaces of #bcebaa

RGB 188235170
HSL0.290.620.79
HSV103°28°92°
CMYK 0.200.000.28   0.08
XYZ57.703173.010349.0813
Yxy73.01030.32090.4061
Hunter Lab85.4461-28.986725.7553
CIE-Lab88.4526-26.853426.7414

#bcebaa color RGB value is (188,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 10101010
Octal 274 353 252
Decimal 188 235 170
Hex BC EB AA

RGB Percentages of Color #bcebaa

%31.70
%39.63
%28.67

CMYK Percentages of Color #bcebaa

%20
%0
%28
%8

Triadic Colors of #bcebaa

#bcebaa #aabceb #ebaabc

Analogous Colors of #bcebaa

#bcebaa #aaebb9 #ddebaa

Monochromatic Colors of #bcebaa

#bcebaa

Complementary Color

#bcebaa #d9aaeb

#bcebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebaa Color CSS Codes

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

#bcebaa Text Font Color

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

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


#bcebaa Background Color

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

This div background color is #bcebaa


#bcebaa Border Color

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

This div border color is #bcebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebaa


Comments

No comments written yet.

Please login to write comment.