Color Hex Logo

#febfaa Color Hex

#FEBFAA
(254,191,170)
0 Favorites   0 Comments

Color spaces of #febfaa

RGB 254191170
HSL0.040.980.83
HSV15°33°100°
CMYK 0.000.250.33   0.00
XYZ66.759661.234746.3311
Yxy61.23470.38300.3513
Hunter Lab78.252615.341519.6729
CIE-Lab82.504819.866219.4059

#febfaa color RGB value is (254,191,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10101010
Octal 376 277 252
Decimal 254 191 170
Hex FE BF AA

RGB Percentages of Color #febfaa

%41.30
%31.06
%27.64

CMYK Percentages of Color #febfaa

%0
%25
%33
%0

Triadic Colors of #febfaa

#febfaa #aafebf #bfaafe

Analogous Colors of #febfaa

#febfaa #fee9aa #feaabf

Monochromatic Colors of #febfaa

#febfaa

Complementary Color

#febfaa #aae9fe

#febfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfaa Color CSS Codes

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

#febfaa Text Font Color

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

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


#febfaa Background Color

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

This div background color is #febfaa


#febfaa Border Color

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

This div border color is #febfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfaa


Comments

No comments written yet.

Please login to write comment.