Color Hex Logo

#bce994 Color Hex

#BCE994
(188,233,148)
0 Favorites   0 Comments

Color spaces of #bce994

RGB 188233148
HSL0.250.660.75
HSV92°36°91°
CMYK 0.190.000.36   0.09
XYZ55.223271.107338.8315
Yxy71.10730.33440.4305
Hunter Lab84.3251-30.672231.7247
CIE-Lab87.5371-29.061436.6812

#bce994 color RGB value is (188,233,148).

#bce994 hex color red value is 188, green value is 233 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bce994 hue: 0.25 , saturation: 0.66 and the lightness value of bce994 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 10010100
Octal 274 351 224
Decimal 188 233 148
Hex BC E9 94

RGB Percentages of Color #bce994

%33.04
%40.95
%26.01

CMYK Percentages of Color #bce994

%19
%0
%36
%9

Triadic Colors of #bce994

#bce994 #94bce9 #e994bc

Analogous Colors of #bce994

#bce994 #94e997 #e7e994

Monochromatic Colors of #bce994

#bce994

Complementary Color

#bce994 #c194e9

#bce994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce994 Color CSS Codes

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

#bce994 Text Font Color

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

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


#bce994 Background Color

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

This div background color is #bce994


#bce994 Border Color

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

This div border color is #bce994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce994


Comments

No comments written yet.

Please login to write comment.