Color Hex Logo

#bcef47 Color Hex

#BCEF47
(188,239,71)
0 Favorites   0 Comments

Color spaces of #bcef47

RGB 18823971
HSL0.220.840.61
HSV78°70°94°
CMYK 0.210.000.70   0.06
XYZ52.742972.879317.2485
Yxy72.87930.36920.5101
Hunter Lab85.3694-39.115547.7793
CIE-Lab88.3901-39.080471.7664

#bcef47 color RGB value is (188,239,71).

#bcef47 hex color red value is 188, green value is 239 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bcef47 hue: 0.22 , saturation: 0.84 and the lightness value of bcef47 is 0.61.

The process color (four color CMYK) of #bcef47 color hex is 0.21, 0.00, 0.70, 0.06. Web safe color of #bcef47 is #ccff33. Color #bcef47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 01000111
Octal 274 357 107
Decimal 188 239 71
Hex BC EF 47

RGB Percentages of Color #bcef47

%37.75
%47.99
%14.26

CMYK Percentages of Color #bcef47

%21
%0
%70
%6

Triadic Colors of #bcef47

#bcef47 #47bcef #ef47bc

Analogous Colors of #bcef47

#bcef47 #68ef47 #efce47

Monochromatic Colors of #bcef47

#bcef47

Complementary Color

#bcef47 #7a47ef

#bcef47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcef47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcef47 Color CSS Codes

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

#bcef47 Text Font Color

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

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


#bcef47 Background Color

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

This div background color is #bcef47


#bcef47 Border Color

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

This div border color is #bcef47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcef47


Comments

No comments written yet.

Please login to write comment.