Color Hex Logo

#befc21 Color Hex

#BEFC21
(190,252,33)
0 Favorites   0 Comments

Color spaces of #befc21

RGB 19025233
HSL0.210.970.56
HSV77°87°99°
CMYK 0.250.000.87   0.01
XYZ56.320180.677814.0428
Yxy80.67780.37290.5341
Hunter Lab89.8208-45.262153.6050
CIE-Lab91.9881-45.502485.1384

#befc21 color RGB value is (190,252,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 00100001
Octal 276 374 41
Decimal 190 252 33
Hex BE FC 21

RGB Percentages of Color #befc21

%40.00
%53.05
%6.95

CMYK Percentages of Color #befc21

%25
%0
%87
%1

Triadic Colors of #befc21

#befc21 #21befc #fc21be

Analogous Colors of #befc21

#befc21 #51fc21 #fccd21

Monochromatic Colors of #befc21

#befc21

Complementary Color

#befc21 #5f21fc

#befc21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc21 Color CSS Codes

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

#befc21 Text Font Color

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

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


#befc21 Background Color

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

This div background color is #befc21


#befc21 Border Color

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

This div border color is #befc21


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,252,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc21


Comments

No comments written yet.

Please login to write comment.