Color Hex Logo

#bcde3f Color Hex

#BCDE3F
(188,222,63)
0 Favorites   0 Comments

Color spaces of #bcde3f

RGB 18822263
HSL0.200.710.56
HSV73°72°87°
CMYK 0.150.000.72   0.13
XYZ47.757563.292814.4023
Yxy63.29280.38070.5045
Hunter Lab79.5568-32.071844.9564
CIE-Lab83.5962-31.793469.8145

#bcde3f color RGB value is (188,222,63).

#bcde3f hex color red value is 188, green value is 222 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bcde3f hue: 0.20 , saturation: 0.71 and the lightness value of bcde3f is 0.56.

The process color (four color CMYK) of #bcde3f color hex is 0.15, 0.00, 0.72, 0.13. Web safe color of #bcde3f is #cccc33. Color #bcde3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 00111111
Octal 274 336 77
Decimal 188 222 63
Hex BC DE 3F

RGB Percentages of Color #bcde3f

%39.75
%46.93
%13.32

CMYK Percentages of Color #bcde3f

%15
%0
%72
%13

Triadic Colors of #bcde3f

#bcde3f #3fbcde #de3fbc

Analogous Colors of #bcde3f

#bcde3f #6dde3f #deb13f

Monochromatic Colors of #bcde3f

#bcde3f

Complementary Color

#bcde3f #613fde

#bcde3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde3f Color CSS Codes

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

#bcde3f Text Font Color

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

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


#bcde3f Background Color

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

This div background color is #bcde3f


#bcde3f Border Color

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

This div border color is #bcde3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde3f


Comments

No comments written yet.

Please login to write comment.