Color Hex Logo

#bce296 Color Hex

#BCE296
(188,226,150)
0 Favorites   0 Comments

Color spaces of #bce296

RGB 188226150
HSL0.250.570.74
HSV90°34°89°
CMYK 0.170.000.34   0.11
XYZ53.440467.286139.0251
Yxy67.28610.33450.4212
Hunter Lab82.0281-27.258429.2123
CIE-Lab85.6482-25.458533.1892

#bce296 color RGB value is (188,226,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 10010110
Octal 274 342 226
Decimal 188 226 150
Hex BC E2 96

RGB Percentages of Color #bce296

%33.33
%40.07
%26.60

CMYK Percentages of Color #bce296

%17
%0
%34
%11

Triadic Colors of #bce296

#bce296 #96bce2 #e296bc

Analogous Colors of #bce296

#bce296 #96e296 #e2e296

Monochromatic Colors of #bce296

#bce296

Complementary Color

#bce296 #bc96e2

#bce296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce296 Color CSS Codes

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

#bce296 Text Font Color

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

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


#bce296 Background Color

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

This div background color is #bce296


#bce296 Border Color

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

This div border color is #bce296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce296


Comments

No comments written yet.

Please login to write comment.