Color Hex Logo

#febeae Color Hex

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

Color spaces of #febeae

RGB 254190174
HSL0.030.980.84
HSV12°31°100°
CMYK 0.000.250.31   0.00
XYZ66.926560.953748.2822
Yxy60.95370.37990.3460
Hunter Lab78.072916.388317.9846
CIE-Lab82.353820.886717.0630

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

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

The process color (four color CMYK) of #febeae color hex is 0.00, 0.25, 0.31, 0.00. Web safe color of #febeae is #ffcc99. Color #febeae contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #febeae

%41.10
%30.74
%28.16

CMYK Percentages of Color #febeae

%0
%25
%31
%0

Triadic Colors of #febeae

#febeae #aefebe #beaefe

Analogous Colors of #febeae

#febeae #fee6ae #feaec6

Monochromatic Colors of #febeae

#febeae

Complementary Color

#febeae #aeeefe

#febeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#febeae Color CSS Codes

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

#febeae Text Font Color

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

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


#febeae Background Color

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

This div background color is #febeae


#febeae Border Color

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

This div border color is #febeae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,190,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 #febeae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febeae

#febeae Color Palettes


Comments

No comments written yet.

Please login to write comment.