Color Hex Logo

#bce373 Color Hex

#BCE373
(188,227,115)
0 Favorites   0 Comments

Color spaces of #bce373

RGB 188227115
HSL0.220.670.67
HSV81°49°89°
CMYK 0.170.000.49   0.11
XYZ51.302666.867326.4224
Yxy66.86730.35480.4625
Hunter Lab81.7724-31.114038.0828
CIE-Lab85.4369-30.125650.1431

#bce373 color RGB value is (188,227,115).

#bce373 hex color red value is 188, green value is 227 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bce373 hue: 0.22 , saturation: 0.67 and the lightness value of bce373 is 0.67.

The process color (four color CMYK) of #bce373 color hex is 0.17, 0.00, 0.49, 0.11. Web safe color of #bce373 is #cccc66. Color #bce373 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 01110011
Octal 274 343 163
Decimal 188 227 115
Hex BC E3 73

RGB Percentages of Color #bce373

%35.47
%42.83
%21.70

CMYK Percentages of Color #bce373

%17
%0
%49
%11

Triadic Colors of #bce373

#bce373 #73bce3 #e373bc

Analogous Colors of #bce373

#bce373 #84e373 #e3d273

Monochromatic Colors of #bce373

#bce373

Complementary Color

#bce373 #9a73e3

#bce373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce373 Color CSS Codes

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

#bce373 Text Font Color

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

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


#bce373 Background Color

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

This div background color is #bce373


#bce373 Border Color

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

This div border color is #bce373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce373


Comments

No comments written yet.

Please login to write comment.