Color Hex Logo

#bce0ae Color Hex

#BCE0AE
(188,224,174)
0 Favorites   0 Comments

Color spaces of #bce0ae

RGB 188224174
HSL0.290.450.78
HSV103°22°88°
CMYK 0.160.000.22   0.12
XYZ55.034767.058750.0874
Yxy67.05870.31960.3895
Hunter Lab81.8894-23.343421.0580
CIE-Lab85.5336-20.900720.6678

#bce0ae color RGB value is (188,224,174).

#bce0ae hex color red value is 188, green value is 224 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bce0ae hue: 0.29 , saturation: 0.45 and the lightness value of bce0ae is 0.78.

The process color (four color CMYK) of #bce0ae color hex is 0.16, 0.00, 0.22, 0.12. Web safe color of #bce0ae is #cccc99. Color #bce0ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 10101110
Octal 274 340 256
Decimal 188 224 174
Hex BC E0 AE

RGB Percentages of Color #bce0ae

%32.08
%38.23
%29.69

CMYK Percentages of Color #bce0ae

%16
%0
%22
%12

Triadic Colors of #bce0ae

#bce0ae #aebce0 #e0aebc

Analogous Colors of #bce0ae

#bce0ae #aee0b9 #d5e0ae

Monochromatic Colors of #bce0ae

#bce0ae

Complementary Color

#bce0ae #d2aee0

#bce0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce0ae Color CSS Codes

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

#bce0ae Text Font Color

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

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


#bce0ae Background Color

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

This div background color is #bce0ae


#bce0ae Border Color

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

This div border color is #bce0ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,224,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bce0ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce0ae


Comments

No comments written yet.

Please login to write comment.