Color Hex Logo

#bce2ad Color Hex

#BCE2AD
(188,226,173)
0 Favorites   0 Comments

Color spaces of #bce2ad

RGB 188226173
HSL0.290.480.78
HSV103°23°89°
CMYK 0.170.000.23   0.11
XYZ55.478268.101249.7560
Yxy68.10120.32010.3929
Hunter Lab82.5235-24.415522.0186
CIE-Lab86.0570-22.040521.9115

#bce2ad color RGB value is (188,226,173).

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

The process color (four color CMYK) of #bce2ad color hex is 0.17, 0.00, 0.23, 0.11. Web safe color of #bce2ad is #cccc99. Color #bce2ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 10101101
Octal 274 342 255
Decimal 188 226 173
Hex BC E2 AD

RGB Percentages of Color #bce2ad

%32.03
%38.50
%29.47

CMYK Percentages of Color #bce2ad

%17
%0
%23
%11

Triadic Colors of #bce2ad

#bce2ad #adbce2 #e2adbc

Analogous Colors of #bce2ad

#bce2ad #ade2b9 #d7e2ad

Monochromatic Colors of #bce2ad

#bce2ad

Complementary Color

#bce2ad #d3ade2

#bce2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce2ad Color CSS Codes

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

#bce2ad Text Font Color

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

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


#bce2ad Background Color

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

This div background color is #bce2ad


#bce2ad Border Color

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

This div border color is #bce2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce2ad


Comments

No comments written yet.

Please login to write comment.