Color Hex Logo

#bce299 Color Hex

#BCE299
(188,226,153)
0 Favorites   0 Comments

Color spaces of #bce299

RGB 188226153
HSL0.250.560.74
HSV91°32°89°
CMYK 0.170.000.32   0.11
XYZ53.685267.384040.3139
Yxy67.38400.33270.4175
Hunter Lab82.0878-26.915028.3437
CIE-Lab85.6975-25.041831.7271

#bce299 color RGB value is (188,226,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 10011001
Octal 274 342 231
Decimal 188 226 153
Hex BC E2 99

RGB Percentages of Color #bce299

%33.16
%39.86
%26.98

CMYK Percentages of Color #bce299

%17
%0
%32
%11

Triadic Colors of #bce299

#bce299 #99bce2 #e299bc

Analogous Colors of #bce299

#bce299 #99e29b #e1e299

Monochromatic Colors of #bce299

#bce299

Complementary Color

#bce299 #bf99e2

#bce299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce299 Color CSS Codes

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

#bce299 Text Font Color

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

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


#bce299 Background Color

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

This div background color is #bce299


#bce299 Border Color

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

This div border color is #bce299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce299


Comments

No comments written yet.

Please login to write comment.