Color Hex Logo

#febfae Color Hex

#FEBFAE
(254,191,174)
0 Favorites   0 Comments

Color spaces of #febfae

RGB 254191174
HSL0.040.980.84
HSV13°31°100°
CMYK 0.000.250.31   0.00
XYZ67.143861.388448.3547
Yxy61.38840.37960.3470
Hunter Lab78.350715.854318.2543
CIE-Lab82.587120.362217.3889

#febfae color RGB value is (254,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10101110
Octal 376 277 256
Decimal 254 191 174
Hex FE BF AE

RGB Percentages of Color #febfae

%41.03
%30.86
%28.11

CMYK Percentages of Color #febfae

%0
%25
%31
%0

Triadic Colors of #febfae

#febfae #aefebf #bfaefe

Analogous Colors of #febfae

#febfae #fee7ae #feaec5

Monochromatic Colors of #febfae

#febfae

Complementary Color

#febfae #aeedfe

#febfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfae Color CSS Codes

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

#febfae Text Font Color

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

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


#febfae Background Color

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

This div background color is #febfae


#febfae Border Color

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

This div border color is #febfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfae

Related Colors


Comments

No comments written yet.

Please login to write comment.