Color Hex Logo

#bcde1f Color Hex

#BCDE1F
(188,222,31)
0 Favorites   0 Comments

Color spaces of #bcde1f

RGB 18822231
HSL0.200.750.50
HSV71°86°87°
CMYK 0.150.000.86   0.13
XYZ47.107663.032810.9800
Yxy63.03280.38890.5204
Hunter Lab79.3932-33.025947.3755
CIE-Lab83.4596-33.016178.3905

#bcde1f color RGB value is (188,222,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 00011111
Octal 274 336 37
Decimal 188 222 31
Hex BC DE 1F

RGB Percentages of Color #bcde1f

%42.63
%50.34
%7.03

CMYK Percentages of Color #bcde1f

%15
%0
%86
%13

Triadic Colors of #bcde1f

#bcde1f #1fbcde #de1fbc

Analogous Colors of #bcde1f

#bcde1f #5dde1f #dea11f

Monochromatic Colors of #bcde1f

#bcde1f

Complementary Color

#bcde1f #411fde

#bcde1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde1f Color CSS Codes

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

#bcde1f Text Font Color

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

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


#bcde1f Background Color

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

This div background color is #bcde1f


#bcde1f Border Color

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

This div border color is #bcde1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde1f


Comments

No comments written yet.

Please login to write comment.