Color Hex Logo

#bce093 Color Hex

#BCE093
(188,224,147)
0 Favorites   0 Comments

Color spaces of #bce093

RGB 188224147
HSL0.240.550.73
HSV88°34°88°
CMYK 0.160.000.34   0.12
XYZ52.661266.109337.5886
Yxy66.10930.33680.4228
Hunter Lab81.3076-26.677729.5055
CIE-Lab85.0521-24.904833.9264

#bce093 color RGB value is (188,224,147).

#bce093 hex color red value is 188, green value is 224 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bce093 hue: 0.24 , saturation: 0.55 and the lightness value of bce093 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 10010011
Octal 274 340 223
Decimal 188 224 147
Hex BC E0 93

RGB Percentages of Color #bce093

%33.63
%40.07
%26.30

CMYK Percentages of Color #bce093

%16
%0
%34
%12

Triadic Colors of #bce093

#bce093 #93bce0 #e093bc

Analogous Colors of #bce093

#bce093 #96e093 #e0de93

Monochromatic Colors of #bce093

#bce093

Complementary Color

#bce093 #b793e0

#bce093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce093 Color CSS Codes

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

#bce093 Text Font Color

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

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


#bce093 Background Color

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

This div background color is #bce093


#bce093 Border Color

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

This div border color is #bce093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce093


Comments

No comments written yet.

Please login to write comment.