Color Hex Logo

#bcee2f Color Hex

#BCEE2F
(188,238,47)
0 Favorites   0 Comments

Color spaces of #bcee2f

RGB 18823847
HSL0.210.850.56
HSV76°80°93°
CMYK 0.210.000.80   0.07
XYZ51.826772.045713.8640
Yxy72.04570.37630.5231
Hunter Lab84.8797-39.549349.7316
CIE-Lab87.9906-39.751378.6768

#bcee2f color RGB value is (188,238,47).

#bcee2f hex color red value is 188, green value is 238 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bcee2f hue: 0.21 , saturation: 0.85 and the lightness value of bcee2f is 0.56.

The process color (four color CMYK) of #bcee2f color hex is 0.21, 0.00, 0.80, 0.07. Web safe color of #bcee2f is #ccff33. Color #bcee2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 00101111
Octal 274 356 57
Decimal 188 238 47
Hex BC EE 2F

RGB Percentages of Color #bcee2f

%39.75
%50.32
%9.94

CMYK Percentages of Color #bcee2f

%21
%0
%80
%7

Triadic Colors of #bcee2f

#bcee2f #2fbcee #ee2fbc

Analogous Colors of #bcee2f

#bcee2f #5dee2f #eec12f

Monochromatic Colors of #bcee2f

#bcee2f

Complementary Color

#bcee2f #612fee

#bcee2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcee2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcee2f Color CSS Codes

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

#bcee2f Text Font Color

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

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


#bcee2f Background Color

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

This div background color is #bcee2f


#bcee2f Border Color

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

This div border color is #bcee2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcee2f


Comments

No comments written yet.

Please login to write comment.