Color Hex Logo

#bcce49 Color Hex

#BCCE49
(188,206,73)
0 Favorites   0 Comments

Color spaces of #bcce49

RGB 18820673
HSL0.190.580.55
HSV68°65°81°
CMYK 0.090.000.65   0.19
XYZ44.012955.315014.6605
Yxy55.31500.38610.4853
Hunter Lab74.3741-24.522340.3747
CIE-Lab79.2224-23.613961.6681

#bcce49 color RGB value is (188,206,73).

#bcce49 hex color red value is 188, green value is 206 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bcce49 hue: 0.19 , saturation: 0.58 and the lightness value of bcce49 is 0.55.

The process color (four color CMYK) of #bcce49 color hex is 0.09, 0.00, 0.65, 0.19. Web safe color of #bcce49 is #cccc33. Color #bcce49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 01001001
Octal 274 316 111
Decimal 188 206 73
Hex BC CE 49

RGB Percentages of Color #bcce49

%40.26
%44.11
%15.63

CMYK Percentages of Color #bcce49

%9
%0
%65
%19

Triadic Colors of #bcce49

#bcce49 #49bcce #ce49bc

Analogous Colors of #bcce49

#bcce49 #7ace49 #ce9e49

Monochromatic Colors of #bcce49

#bcce49

Complementary Color

#bcce49 #5b49ce

#bcce49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcce49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcce49 Color CSS Codes

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

#bcce49 Text Font Color

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

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


#bcce49 Background Color

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

This div background color is #bcce49


#bcce49 Border Color

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

This div border color is #bcce49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcce49


Comments

No comments written yet.

Please login to write comment.