Color Hex Logo

#bcec73 Color Hex

#BCEC73
(188,236,115)
0 Favorites   0 Comments

Color spaces of #bcec73

RGB 188236115
HSL0.230.760.69
HSV84°51°93°
CMYK 0.200.000.51   0.07
XYZ53.829071.920127.2645
Yxy71.92010.35180.4700
Hunter Lab84.8057-35.110140.3026
CIE-Lab87.9301-34.296453.1303

#bcec73 color RGB value is (188,236,115).

#bcec73 hex color red value is 188, green value is 236 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bcec73 hue: 0.23 , saturation: 0.76 and the lightness value of bcec73 is 0.69.

The process color (four color CMYK) of #bcec73 color hex is 0.20, 0.00, 0.51, 0.07. Web safe color of #bcec73 is #ccff66. Color #bcec73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 01110011
Octal 274 354 163
Decimal 188 236 115
Hex BC EC 73

RGB Percentages of Color #bcec73

%34.88
%43.78
%21.34

CMYK Percentages of Color #bcec73

%20
%0
%51
%7

Triadic Colors of #bcec73

#bcec73 #73bcec #ec73bc

Analogous Colors of #bcec73

#bcec73 #80ec73 #ece073

Monochromatic Colors of #bcec73

#bcec73

Complementary Color

#bcec73 #a373ec

#bcec73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec73 Color CSS Codes

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

#bcec73 Text Font Color

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

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


#bcec73 Background Color

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

This div background color is #bcec73


#bcec73 Border Color

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

This div border color is #bcec73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec73


Comments

No comments written yet.

Please login to write comment.