Color Hex Logo

#bce39f Color Hex

#BCE39F
(188,227,159)
0 Favorites   0 Comments

Color spaces of #bce39f

RGB 188227159
HSL0.260.550.76
HSV94°30°89°
CMYK 0.170.000.30   0.11
XYZ54.466168.132743.0812
Yxy68.13270.32870.4112
Hunter Lab82.5425-26.665326.8347
CIE-Lab86.0728-24.664929.1605

#bce39f color RGB value is (188,227,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 10011111
Octal 274 343 237
Decimal 188 227 159
Hex BC E3 9F

RGB Percentages of Color #bce39f

%32.75
%39.55
%27.70

CMYK Percentages of Color #bce39f

%17
%0
%30
%11

Triadic Colors of #bce39f

#bce39f #9fbce3 #e39fbc

Analogous Colors of #bce39f

#bce39f #9fe3a4 #dee39f

Monochromatic Colors of #bce39f

#bce39f

Complementary Color

#bce39f #c69fe3

#bce39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce39f Color CSS Codes

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

#bce39f Text Font Color

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

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


#bce39f Background Color

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

This div background color is #bce39f


#bce39f Border Color

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

This div border color is #bce39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce39f


Comments

No comments written yet.

Please login to write comment.