Color Hex Logo

#bcde2f Color Hex

#BCDE2F
(188,222,47)
0 Favorites   0 Comments

Color spaces of #bcde2f

RGB 18822247
HSL0.200.730.53
HSV72°79°87°
CMYK 0.150.000.79   0.13
XYZ47.373463.139212.3796
Yxy63.13920.38550.5138
Hunter Lab79.4602-32.635346.3850
CIE-Lab83.5156-32.514474.6886

#bcde2f color RGB value is (188,222,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 00101111
Octal 274 336 57
Decimal 188 222 47
Hex BC DE 2F

RGB Percentages of Color #bcde2f

%41.14
%48.58
%10.28

CMYK Percentages of Color #bcde2f

%15
%0
%79
%13

Triadic Colors of #bcde2f

#bcde2f #2fbcde #de2fbc

Analogous Colors of #bcde2f

#bcde2f #65de2f #dea92f

Monochromatic Colors of #bcde2f

#bcde2f

Complementary Color

#bcde2f #512fde

#bcde2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde2f Color CSS Codes

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

#bcde2f Text Font Color

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

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


#bcde2f Background Color

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

This div background color is #bcde2f


#bcde2f Border Color

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

This div border color is #bcde2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,222,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 #bcde2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde2f


Comments

No comments written yet.

Please login to write comment.