Color Hex Logo

#befc47 Color Hex

#BEFC47
(190,252,71)
0 Favorites   0 Comments

Color spaces of #befc47

RGB 19025271
HSL0.220.970.63
HSV81°72°99°
CMYK 0.250.000.72   0.01
XYZ57.182981.022918.5864
Yxy81.02290.36470.5168
Hunter Lab90.0127-44.125550.7663
CIE-Lab92.1419-44.031575.5063

#befc47 color RGB value is (190,252,71).

#befc47 hex color red value is 190, green value is 252 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #befc47 hue: 0.22 , saturation: 0.97 and the lightness value of befc47 is 0.63.

The process color (four color CMYK) of #befc47 color hex is 0.25, 0.00, 0.72, 0.01. Web safe color of #befc47 is #ccff33. Color #befc47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 01000111
Octal 276 374 107
Decimal 190 252 71
Hex BE FC 47

RGB Percentages of Color #befc47

%37.04
%49.12
%13.84

CMYK Percentages of Color #befc47

%25
%0
%72
%1

Triadic Colors of #befc47

#befc47 #47befc #fc47be

Analogous Colors of #befc47

#befc47 #63fc47 #fce047

Monochromatic Colors of #befc47

#befc47

Complementary Color

#befc47 #8547fc

#befc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc47 Color CSS Codes

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

#befc47 Text Font Color

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

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


#befc47 Background Color

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

This div background color is #befc47


#befc47 Border Color

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

This div border color is #befc47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc47

Related Colors


Comments

No comments written yet.

Please login to write comment.