Color Hex Logo

#bce197 Color Hex

#BCE197
(188,225,151)
0 Favorites   0 Comments

Color spaces of #bce197

RGB 188225151
HSL0.250.550.74
HSV90°33°88°
CMYK 0.160.000.33   0.12
XYZ53.250266.776239.3607
Yxy66.77620.33410.4190
Hunter Lab81.7167-26.685828.6433
CIE-Lab85.3908-24.839232.3393

#bce197 color RGB value is (188,225,151).

#bce197 hex color red value is 188, green value is 225 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bce197 hue: 0.25 , saturation: 0.55 and the lightness value of bce197 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 10010111
Octal 274 341 227
Decimal 188 225 151
Hex BC E1 97

RGB Percentages of Color #bce197

%33.33
%39.89
%26.77

CMYK Percentages of Color #bce197

%16
%0
%33
%12

Triadic Colors of #bce197

#bce197 #97bce1 #e197bc

Analogous Colors of #bce197

#bce197 #97e197 #e1e197

Monochromatic Colors of #bce197

#bce197

Complementary Color

#bce197 #bc97e1

#bce197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce197 Color CSS Codes

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

#bce197 Text Font Color

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

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


#bce197 Background Color

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

This div background color is #bce197


#bce197 Border Color

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

This div border color is #bce197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce197


Comments

No comments written yet.

Please login to write comment.