Color Hex Logo

#febcae Color Hex

#FEBCAE
(254,188,174)
0 Favorites   0 Comments

Color spaces of #febcae

RGB 254188174
HSL0.030.980.84
HSV11°31°100°
CMYK 0.000.260.31   0.00
XYZ66.496360.093348.1388
Yxy60.09330.38060.3439
Hunter Lab77.519917.457017.4456
CIE-Lab81.888921.935816.4125

#febcae color RGB value is (254,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10101110
Octal 376 274 256
Decimal 254 188 174
Hex FE BC AE

RGB Percentages of Color #febcae

%41.23
%30.52
%28.25

CMYK Percentages of Color #febcae

%0
%26
%31
%0

Triadic Colors of #febcae

#febcae #aefebc #bcaefe

Analogous Colors of #febcae

#febcae #fee4ae #feaec8

Monochromatic Colors of #febcae

#febcae

Complementary Color

#febcae #aef0fe

#febcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcae Color CSS Codes

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

#febcae Text Font Color

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

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


#febcae Background Color

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

This div background color is #febcae


#febcae Border Color

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

This div border color is #febcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcae


Comments

No comments written yet.

Please login to write comment.