Color Hex Logo

#befa44 Color Hex

#BEFA44
(190,250,68)
0 Favorites   0 Comments

Color spaces of #befa44

RGB 19025068
HSL0.220.950.62
HSV80°73°98°
CMYK 0.240.000.73   0.02
XYZ56.464279.735717.8834
Yxy79.73570.36650.5175
Hunter Lab89.2948-43.394350.6322
CIE-Lab91.5661-43.325775.9305

#befa44 color RGB value is (190,250,68).

#befa44 hex color red value is 190, green value is 250 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #befa44 hue: 0.22 , saturation: 0.95 and the lightness value of befa44 is 0.62.

The process color (four color CMYK) of #befa44 color hex is 0.24, 0.00, 0.73, 0.02. Web safe color of #befa44 is #ccff33. Color #befa44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 01000100
Octal 276 372 104
Decimal 190 250 68
Hex BE FA 44

RGB Percentages of Color #befa44

%37.40
%49.21
%13.39

CMYK Percentages of Color #befa44

%24
%0
%73
%2

Triadic Colors of #befa44

#befa44 #44befa #fa44be

Analogous Colors of #befa44

#befa44 #63fa44 #fadb44

Monochromatic Colors of #befa44

#befa44

Complementary Color

#befa44 #8044fa

#befa44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befa44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befa44 Color CSS Codes

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

#befa44 Text Font Color

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

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


#befa44 Background Color

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

This div background color is #befa44


#befa44 Border Color

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

This div border color is #befa44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befa44


Comments

No comments written yet.

Please login to write comment.