Color Hex Logo

#bce0ab Color Hex

#BCE0AB
(188,224,171)
0 Favorites   0 Comments

Color spaces of #bce0ab

RGB 188224171
HSL0.280.460.77
HSV101°24°88°
CMYK 0.160.000.24   0.12
XYZ54.745466.942948.5640
Yxy66.94290.32160.3932
Hunter Lab81.8186-23.747122.0811
CIE-Lab85.4751-21.380222.1484

#bce0ab color RGB value is (188,224,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 10101011
Octal 274 340 253
Decimal 188 224 171
Hex BC E0 AB

RGB Percentages of Color #bce0ab

%32.25
%38.42
%29.33

CMYK Percentages of Color #bce0ab

%16
%0
%24
%12

Triadic Colors of #bce0ab

#bce0ab #abbce0 #e0abbc

Analogous Colors of #bce0ab

#bce0ab #abe0b5 #d7e0ab

Monochromatic Colors of #bce0ab

#bce0ab

Complementary Color

#bce0ab #cfabe0

#bce0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce0ab Color CSS Codes

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

#bce0ab Text Font Color

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

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


#bce0ab Background Color

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

This div background color is #bce0ab


#bce0ab Border Color

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

This div border color is #bce0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce0ab


Comments

No comments written yet.

Please login to write comment.