Color Hex Logo

#bce39a Color Hex

#BCE39A
(188,227,154)
0 Favorites   0 Comments

Color spaces of #bce39a

RGB 188227154
HSL0.260.570.75
HSV92°32°89°
CMYK 0.170.000.32   0.11
XYZ54.040967.962640.8417
Yxy67.96260.33190.4173
Hunter Lab82.4394-27.258228.3345
CIE-Lab85.9877-25.382031.6035

#bce39a color RGB value is (188,227,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 10011010
Octal 274 343 232
Decimal 188 227 154
Hex BC E3 9A

RGB Percentages of Color #bce39a

%33.04
%39.89
%27.07

CMYK Percentages of Color #bce39a

%17
%0
%32
%11

Triadic Colors of #bce39a

#bce39a #9abce3 #e39abc

Analogous Colors of #bce39a

#bce39a #9ae39d #e1e39a

Monochromatic Colors of #bce39a

#bce39a

Complementary Color

#bce39a #c19ae3

#bce39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce39a Color CSS Codes

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

#bce39a Text Font Color

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

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


#bce39a Background Color

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

This div background color is #bce39a


#bce39a Border Color

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

This div border color is #bce39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce39a


Comments

No comments written yet.

Please login to write comment.