Color Hex Logo

#feebaa Color Hex

#FEEBAA
(254,235,170)
0 Favorites   0 Comments

Color spaces of #feebaa

RGB 254235170
HSL0.130.980.83
HSV46°33°100°
CMYK 0.000.070.33   0.00
XYZ77.837183.389850.0236
Yxy83.38980.36850.3947
Hunter Lab91.3180-7.657831.4438
CIE-Lab93.1848-2.832333.9252

#feebaa color RGB value is (254,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 10101010
Octal 376 353 252
Decimal 254 235 170
Hex FE EB AA

RGB Percentages of Color #feebaa

%38.54
%35.66
%25.80

CMYK Percentages of Color #feebaa

%0
%7
%33
%0

Triadic Colors of #feebaa

#feebaa #aafeeb #ebaafe

Analogous Colors of #feebaa

#feebaa #e7feaa #fec1aa

Monochromatic Colors of #feebaa

#feebaa

Complementary Color

#feebaa #aabdfe

#feebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebaa Color CSS Codes

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

#feebaa Text Font Color

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

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


#feebaa Background Color

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

This div background color is #feebaa


#feebaa Border Color

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

This div border color is #feebaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,235,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #feebaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebaa

Related Colors


Comments

No comments written yet.

Please login to write comment.