Color Hex Logo

#befc4a Color Hex

#BEFC4A
(190,252,74)
0 Favorites   0 Comments

Color spaces of #befc4a

RGB 19025274
HSL0.220.970.64
HSV81°71°99°
CMYK 0.250.000.71   0.01
XYZ57.281681.062419.1061
Yxy81.06240.36380.5148
Hunter Lab90.0347-43.995950.4424
CIE-Lab92.1595-43.864574.5121

#befc4a color RGB value is (190,252,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 01001010
Octal 276 374 112
Decimal 190 252 74
Hex BE FC 4A

RGB Percentages of Color #befc4a

%36.82
%48.84
%14.34

CMYK Percentages of Color #befc4a

%25
%0
%71
%1

Triadic Colors of #befc4a

#befc4a #4abefc #fc4abe

Analogous Colors of #befc4a

#befc4a #65fc4a #fce14a

Monochromatic Colors of #befc4a

#befc4a

Complementary Color

#befc4a #884afc

#befc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc4a Color CSS Codes

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

#befc4a Text Font Color

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

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


#befc4a Background Color

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

This div background color is #befc4a


#befc4a Border Color

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

This div border color is #befc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc4a

Related Colors


Comments

No comments written yet.

Please login to write comment.