Color Hex Logo

#bce29f Color Hex

#BCE29F
(188,226,159)
0 Favorites   0 Comments

Color spaces of #bce29f

RGB 188226159
HSL0.260.540.75
HSV94°30°89°
CMYK 0.170.000.30   0.11
XYZ54.193467.587342.9902
Yxy67.58730.32890.4102
Hunter Lab82.2115-26.203826.5440
CIE-Lab85.7997-24.182128.7931

#bce29f color RGB value is (188,226,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 10011111
Octal 274 342 237
Decimal 188 226 159
Hex BC E2 9F

RGB Percentages of Color #bce29f

%32.81
%39.44
%27.75

CMYK Percentages of Color #bce29f

%17
%0
%30
%11

Triadic Colors of #bce29f

#bce29f #9fbce2 #e29fbc

Analogous Colors of #bce29f

#bce29f #9fe2a4 #dee29f

Monochromatic Colors of #bce29f

#bce29f

Complementary Color

#bce29f #c59fe2

#bce29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce29f Color CSS Codes

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

#bce29f Text Font Color

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

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


#bce29f Background Color

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

This div background color is #bce29f


#bce29f Border Color

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

This div border color is #bce29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce29f


Comments

No comments written yet.

Please login to write comment.