Color Hex Logo

#bcdf2f Color Hex

#BCDF2F
(188,223,47)
0 Favorites   0 Comments

Color spaces of #bcdf2f

RGB 18822347
HSL0.200.730.53
HSV72°79°87°
CMYK 0.160.000.79   0.13
XYZ47.639863.672012.4684
Yxy63.67200.38490.5144
Hunter Lab79.7947-33.071046.5919
CIE-Lab83.7947-32.975974.9387

#bcdf2f color RGB value is (188,223,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 00101111
Octal 274 337 57
Decimal 188 223 47
Hex BC DF 2F

RGB Percentages of Color #bcdf2f

%41.05
%48.69
%10.26

CMYK Percentages of Color #bcdf2f

%16
%0
%79
%13

Triadic Colors of #bcdf2f

#bcdf2f #2fbcdf #df2fbc

Analogous Colors of #bcdf2f

#bcdf2f #64df2f #dfaa2f

Monochromatic Colors of #bcdf2f

#bcdf2f

Complementary Color

#bcdf2f #522fdf

#bcdf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdf2f Color CSS Codes

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

#bcdf2f Text Font Color

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

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


#bcdf2f Background Color

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

This div background color is #bcdf2f


#bcdf2f Border Color

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

This div border color is #bcdf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdf2f


Comments

No comments written yet.

Please login to write comment.