Color Hex Logo

#befc33 Color Hex

#BEFC33
(190,252,51)
0 Favorites   0 Comments

Color spaces of #befc33

RGB 19025251
HSL0.220.970.59
HSV79°80°99°
CMYK 0.250.000.80   0.01
XYZ56.643180.807015.7439
Yxy80.80700.36970.5275
Hunter Lab89.8927-44.836052.5408
CIE-Lab92.0457-44.949581.3120

#befc33 color RGB value is (190,252,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 00110011
Octal 276 374 63
Decimal 190 252 51
Hex BE FC 33

RGB Percentages of Color #befc33

%38.54
%51.12
%10.34

CMYK Percentages of Color #befc33

%25
%0
%80
%1

Triadic Colors of #befc33

#befc33 #33befc #fc33be

Analogous Colors of #befc33

#befc33 #59fc33 #fcd633

Monochromatic Colors of #befc33

#befc33

Complementary Color

#befc33 #7133fc

#befc33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc33 Color CSS Codes

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

#befc33 Text Font Color

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

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


#befc33 Background Color

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

This div background color is #befc33


#befc33 Border Color

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

This div border color is #befc33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc33


Comments

No comments written yet.

Please login to write comment.