Color Hex Logo

#bcce2c Color Hex

#BCCE2C
(188,206,44)
0 Favorites   0 Comments

Color spaces of #bcce2c

RGB 18820644
HSL0.190.650.49
HSV67°79°81°
CMYK 0.090.000.79   0.19
XYZ43.265055.015810.7217
Yxy55.01580.39690.5047
Hunter Lab74.1726-25.682843.3504
CIE-Lab79.0504-25.076171.5241

#bcce2c color RGB value is (188,206,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 00101100
Octal 274 316 54
Decimal 188 206 44
Hex BC CE 2C

RGB Percentages of Color #bcce2c

%42.92
%47.03
%10.05

CMYK Percentages of Color #bcce2c

%9
%0
%79
%19

Triadic Colors of #bcce2c

#bcce2c #2cbcce #ce2cbc

Analogous Colors of #bcce2c

#bcce2c #6bce2c #ce8f2c

Monochromatic Colors of #bcce2c

#bcce2c

Complementary Color

#bcce2c #3e2cce

#bcce2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcce2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcce2c Color CSS Codes

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

#bcce2c Text Font Color

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

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


#bcce2c Background Color

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

This div background color is #bcce2c


#bcce2c Border Color

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

This div border color is #bcce2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcce2c


Comments

No comments written yet.

Please login to write comment.