Color Hex Logo

#feebae Color Hex

#FEEBAE
(254,235,174)
0 Favorites   0 Comments

Color spaces of #feebae

RGB 254235174
HSL0.130.980.84
HSV46°31°100°
CMYK 0.000.070.31   0.00
XYZ78.221483.543552.0472
Yxy83.54350.36580.3907
Hunter Lab91.4021-7.194530.2199
CIE-Lab93.2519-2.352731.9873

#feebae color RGB value is (254,235,174).

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

The process color (four color CMYK) of #feebae color hex is 0.00, 0.07, 0.31, 0.00. Web safe color of #feebae is #ffff99. Color #feebae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 10101110
Octal 376 353 256
Decimal 254 235 174
Hex FE EB AE

RGB Percentages of Color #feebae

%38.31
%35.44
%26.24

CMYK Percentages of Color #feebae

%0
%7
%31
%0

Triadic Colors of #feebae

#feebae #aefeeb #ebaefe

Analogous Colors of #feebae

#feebae #e9feae #fec3ae

Monochromatic Colors of #feebae

#feebae

Complementary Color

#feebae #aec1fe

#feebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebae Color CSS Codes

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

#feebae Text Font Color

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

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


#feebae Background Color

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

This div background color is #feebae


#feebae Border Color

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

This div border color is #feebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebae

Related Colors


Comments

No comments written yet.

Please login to write comment.