Color Hex Logo

#febbae Color Hex

#FEBBAE
(254,187,174)
0 Favorites   0 Comments

Color spaces of #febbae

RGB 254187174
HSL0.030.980.84
HSV10°31°100°
CMYK 0.000.260.31   0.00
XYZ66.283459.667548.0679
Yxy59.66750.38090.3429
Hunter Lab77.244717.991817.1763
CIE-Lab81.657122.460516.0878

#febbae color RGB value is (254,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 10101110
Octal 376 273 256
Decimal 254 187 174
Hex FE BB AE

RGB Percentages of Color #febbae

%41.30
%30.41
%28.29

CMYK Percentages of Color #febbae

%0
%26
%31
%0

Triadic Colors of #febbae

#febbae #aefebb #bbaefe

Analogous Colors of #febbae

#febbae #fee3ae #feaec9

Monochromatic Colors of #febbae

#febbae

Complementary Color

#febbae #aef1fe

#febbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbae Color CSS Codes

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

#febbae Text Font Color

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

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


#febbae Background Color

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

This div background color is #febbae


#febbae Border Color

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

This div border color is #febbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbae


Comments

No comments written yet.

Please login to write comment.