Color Hex Logo

#bce59f Color Hex

#BCE59F
(188,229,159)
0 Favorites   0 Comments

Color spaces of #bce59f

RGB 188229159
HSL0.260.570.76
HSV95°31°90°
CMYK 0.180.000.31   0.10
XYZ55.016469.233243.2646
Yxy69.23320.32840.4133
Hunter Lab83.2065-27.586627.4157
CIE-Lab86.6194-25.627129.8949

#bce59f color RGB value is (188,229,159).

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

The process color (four color CMYK) of #bce59f color hex is 0.18, 0.00, 0.31, 0.10. Web safe color of #bce59f is #cccc99. Color #bce59f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 10011111
Octal 274 345 237
Decimal 188 229 159
Hex BC E5 9F

RGB Percentages of Color #bce59f

%32.64
%39.76
%27.60

CMYK Percentages of Color #bce59f

%18
%0
%31
%10

Triadic Colors of #bce59f

#bce59f #9fbce5 #e59fbc

Analogous Colors of #bce59f

#bce59f #9fe5a5 #dfe59f

Monochromatic Colors of #bce59f

#bce59f

Complementary Color

#bce59f #c89fe5

#bce59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce59f Color CSS Codes

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

#bce59f Text Font Color

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

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


#bce59f Background Color

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

This div background color is #bce59f


#bce59f Border Color

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

This div border color is #bce59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce59f


Comments

No comments written yet.

Please login to write comment.