Color Hex Logo

#befeae Color Hex

#BEFEAE
(190,254,174)
0 Favorites   0 Comments

Color spaces of #befeae

RGB 190254174
HSL0.300.980.84
HSV108°31°100°
CMYK 0.250.000.31   0.00
XYZ64.317084.886853.0393
Yxy84.88680.31800.4197
Hunter Lab92.1340-36.627130.3620
CIE-Lab93.8343-34.456232.0041

#befeae color RGB value is (190,254,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 10101110
Octal 276 376 256
Decimal 190 254 174
Hex BE FE AE

RGB Percentages of Color #befeae

%30.74
%41.10
%28.16

CMYK Percentages of Color #befeae

%25
%0
%31
%0

Triadic Colors of #befeae

#befeae #aebefe #feaebe

Analogous Colors of #befeae

#befeae #aefec6 #e6feae

Monochromatic Colors of #befeae

#befeae

Complementary Color

#befeae #eeaefe

#befeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#befeae Color CSS Codes

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

#befeae Text Font Color

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

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


#befeae Background Color

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

This div background color is #befeae


#befeae Border Color

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

This div border color is #befeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befeae

Related Colors


Comments

No comments written yet.

Please login to write comment.