Color Hex Logo

#befea4 Color Hex

#BEFEA4
(190,254,164)
0 Favorites   0 Comments

Color spaces of #befea4

RGB 190254164
HSL0.290.980.82
HSV103°35°100°
CMYK 0.250.000.35   0.00
XYZ63.377984.511148.0939
Yxy84.51110.32340.4312
Hunter Lab91.9299-37.816733.3329
CIE-Lab93.6720-35.903736.7757

#befea4 color RGB value is (190,254,164).

#befea4 hex color red value is 190, green value is 254 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #befea4 hue: 0.29 , saturation: 0.98 and the lightness value of befea4 is 0.82.

The process color (four color CMYK) of #befea4 color hex is 0.25, 0.00, 0.35, 0.00. Web safe color of #befea4 is #ccff99. Color #befea4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 10100100
Octal 276 376 244
Decimal 190 254 164
Hex BE FE A4

RGB Percentages of Color #befea4

%31.25
%41.78
%26.97

CMYK Percentages of Color #befea4

%25
%0
%35
%0

Triadic Colors of #befea4

#befea4 #a4befe #fea4be

Analogous Colors of #befea4

#befea4 #a4feb7 #ebfea4

Monochromatic Colors of #befea4

#befea4

Complementary Color

#befea4 #e4a4fe

#befea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befea4 Color CSS Codes

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

#befea4 Text Font Color

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

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


#befea4 Background Color

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

This div background color is #befea4


#befea4 Border Color

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

This div border color is #befea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befea4


Comments

No comments written yet.

Please login to write comment.