Color Hex Logo

#bce896 Color Hex

#BCE896
(188,232,150)
0 Favorites   0 Comments

Color spaces of #bce896

RGB 188232150
HSL0.260.640.75
HSV92°35°91°
CMYK 0.190.000.35   0.09
XYZ55.100770.606639.5785
Yxy70.60660.33340.4272
Hunter Lab84.0277-29.998230.8928
CIE-Lab87.2935-28.320135.3575

#bce896 color RGB value is (188,232,150).

#bce896 hex color red value is 188, green value is 232 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bce896 hue: 0.26 , saturation: 0.64 and the lightness value of bce896 is 0.75.

The process color (four color CMYK) of #bce896 color hex is 0.19, 0.00, 0.35, 0.09. Web safe color of #bce896 is #ccff99. Color #bce896 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101000 10010110
Octal 274 350 226
Decimal 188 232 150
Hex BC E8 96

RGB Percentages of Color #bce896

%32.98
%40.70
%26.32

CMYK Percentages of Color #bce896

%19
%0
%35
%9

Triadic Colors of #bce896

#bce896 #96bce8 #e896bc

Analogous Colors of #bce896

#bce896 #96e899 #e5e896

Monochromatic Colors of #bce896

#bce896

Complementary Color

#bce896 #c296e8

#bce896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce896 Color CSS Codes

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

#bce896 Text Font Color

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

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


#bce896 Background Color

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

This div background color is #bce896


#bce896 Border Color

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

This div border color is #bce896


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,232,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 #bce896">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce896


Comments

No comments written yet.

Please login to write comment.