Color Hex Logo

#bcce2f Color Hex

#BCCE2F
(188,206,47)
0 Favorites   0 Comments

Color spaces of #bcce2f

RGB 18820647
HSL0.190.630.50
HSV67°77°81°
CMYK 0.090.000.77   0.19
XYZ43.323455.039211.0296
Yxy55.03920.39600.5031
Hunter Lab74.1884-25.592043.1172
CIE-Lab79.0638-24.961270.6716

#bcce2f color RGB value is (188,206,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 00101111
Octal 274 316 57
Decimal 188 206 47
Hex BC CE 2F

RGB Percentages of Color #bcce2f

%42.63
%46.71
%10.66

CMYK Percentages of Color #bcce2f

%9
%0
%77
%19

Triadic Colors of #bcce2f

#bcce2f #2fbcce #ce2fbc

Analogous Colors of #bcce2f

#bcce2f #6dce2f #ce912f

Monochromatic Colors of #bcce2f

#bcce2f

Complementary Color

#bcce2f #412fce

#bcce2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcce2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcce2f Color CSS Codes

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

#bcce2f Text Font Color

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

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


#bcce2f Background Color

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

This div background color is #bcce2f


#bcce2f Border Color

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

This div border color is #bcce2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcce2f


Comments

No comments written yet.

Please login to write comment.