Color Hex Logo

#befc35 Color Hex

#BEFC35
(190,252,53)
0 Favorites   0 Comments

Color spaces of #befc35

RGB 19025253
HSL0.220.970.60
HSV79°79°99°
CMYK 0.250.000.79   0.01
XYZ56.688280.825015.9812
Yxy80.82500.36930.5266
Hunter Lab89.9027-44.776552.3925
CIE-Lab92.0538-44.872480.8011

#befc35 color RGB value is (190,252,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 00110101
Octal 276 374 65
Decimal 190 252 53
Hex BE FC 35

RGB Percentages of Color #befc35

%38.38
%50.91
%10.71

CMYK Percentages of Color #befc35

%25
%0
%79
%1

Triadic Colors of #befc35

#befc35 #35befc #fc35be

Analogous Colors of #befc35

#befc35 #5bfc35 #fcd735

Monochromatic Colors of #befc35

#befc35

Complementary Color

#befc35 #7335fc

#befc35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc35 Color CSS Codes

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

#befc35 Text Font Color

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

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


#befc35 Background Color

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

This div background color is #befc35


#befc35 Border Color

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

This div border color is #befc35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc35


Comments

No comments written yet.

Please login to write comment.