Color Hex Logo

#febdac Color Hex

#FEBDAC
(254,189,172)
0 Favorites   0 Comments

Color spaces of #febdac

RGB 254189172
HSL0.030.980.84
HSV12°32°100°
CMYK 0.000.260.32   0.00
XYZ66.517060.444647.1909
Yxy60.44460.38190.3471
Hunter Lab77.746116.662918.4340
CIE-Lab82.079321.161217.7474

#febdac color RGB value is (254,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 10101100
Octal 376 275 254
Decimal 254 189 172
Hex FE BD AC

RGB Percentages of Color #febdac

%41.30
%30.73
%27.97

CMYK Percentages of Color #febdac

%0
%26
%32
%0

Triadic Colors of #febdac

#febdac #acfebd #bdacfe

Analogous Colors of #febdac

#febdac #fee6ac #feacc4

Monochromatic Colors of #febdac

#febdac

Complementary Color

#febdac #acedfe

#febdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#febdac Color CSS Codes

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

#febdac Text Font Color

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

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


#febdac Background Color

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

This div background color is #febdac


#febdac Border Color

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

This div border color is #febdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febdac


Comments

No comments written yet.

Please login to write comment.