Color Hex Logo

#bce19a Color Hex

#BCE19A
(188,225,154)
0 Favorites   0 Comments

Color spaces of #bce19a

RGB 188225154
HSL0.250.540.74
HSV91°32°88°
CMYK 0.160.000.32   0.12
XYZ53.497066.874940.6604
Yxy66.87490.33220.4153
Hunter Lab81.7771-26.338627.7644
CIE-Lab85.4407-24.418630.8741

#bce19a color RGB value is (188,225,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 10011010
Octal 274 341 232
Decimal 188 225 154
Hex BC E1 9A

RGB Percentages of Color #bce19a

%33.16
%39.68
%27.16

CMYK Percentages of Color #bce19a

%16
%0
%32
%12

Triadic Colors of #bce19a

#bce19a #9abce1 #e19abc

Analogous Colors of #bce19a

#bce19a #9ae19c #e0e19a

Monochromatic Colors of #bce19a

#bce19a

Complementary Color

#bce19a #bf9ae1

#bce19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce19a Color CSS Codes

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

#bce19a Text Font Color

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

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


#bce19a Background Color

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

This div background color is #bce19a


#bce19a Border Color

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

This div border color is #bce19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce19a


Comments

No comments written yet.

Please login to write comment.