Color Hex Logo

#bce8aa Color Hex

#BCE8AA
(188,232,170)
0 Favorites   0 Comments

Color spaces of #bce8aa

RGB 188232170
HSL0.280.570.79
HSV103°27°91°
CMYK 0.190.000.27   0.09
XYZ56.851371.306948.7974
Yxy71.30690.32130.4030
Hunter Lab84.4434-27.601324.8484
CIE-Lab87.6339-25.418025.6260

#bce8aa color RGB value is (188,232,170).

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

The process color (four color CMYK) of #bce8aa color hex is 0.19, 0.00, 0.27, 0.09. Web safe color of #bce8aa is #ccff99. Color #bce8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101000 10101010
Octal 274 350 252
Decimal 188 232 170
Hex BC E8 AA

RGB Percentages of Color #bce8aa

%31.86
%39.32
%28.81

CMYK Percentages of Color #bce8aa

%19
%0
%27
%9

Triadic Colors of #bce8aa

#bce8aa #aabce8 #e8aabc

Analogous Colors of #bce8aa

#bce8aa #aae8b7 #dbe8aa

Monochromatic Colors of #bce8aa

#bce8aa

Complementary Color

#bce8aa #d6aae8

#bce8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce8aa Color CSS Codes

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

#bce8aa Text Font Color

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

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


#bce8aa Background Color

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

This div background color is #bce8aa


#bce8aa Border Color

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

This div border color is #bce8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce8aa


Comments

No comments written yet.

Please login to write comment.