Color Hex Logo

#bce098 Color Hex

#BCE098
(188,224,152)
0 Favorites   0 Comments

Color spaces of #bce098

RGB 188224152
HSL0.250.540.74
HSV90°32°88°
CMYK 0.160.000.32   0.12
XYZ53.062266.269739.7004
Yxy66.26970.33370.4167
Hunter Lab81.4062-26.111028.0696
CIE-Lab85.1338-24.217031.4875

#bce098 color RGB value is (188,224,152).

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

The process color (four color CMYK) of #bce098 color hex is 0.16, 0.00, 0.32, 0.12. Web safe color of #bce098 is #cccc99. Color #bce098 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 10011000
Octal 274 340 230
Decimal 188 224 152
Hex BC E0 98

RGB Percentages of Color #bce098

%33.33
%39.72
%26.95

CMYK Percentages of Color #bce098

%16
%0
%32
%12

Triadic Colors of #bce098

#bce098 #98bce0 #e098bc

Analogous Colors of #bce098

#bce098 #98e098 #e0e098

Monochromatic Colors of #bce098

#bce098

Complementary Color

#bce098 #bc98e0

#bce098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce098 Color CSS Codes

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

#bce098 Text Font Color

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

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


#bce098 Background Color

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

This div background color is #bce098


#bce098 Border Color

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

This div border color is #bce098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce098


Comments

No comments written yet.

Please login to write comment.