Color Hex Logo

#fedeba Color Hex

#FEDEBA
(254,222,186)
0 Favorites   0 Comments

Color spaces of #fedeba

RGB 254222186
HSL0.090.970.86
HSV32°27°100°
CMYK 0.000.130.27   0.00
XYZ75.857376.858657.2915
Yxy76.85860.36120.3660
Hunter Lab87.66901.029722.6225
CIE-Lab90.25655.789621.7377

#fedeba color RGB value is (254,222,186).

#fedeba hex color red value is 254, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fedeba hue: 0.09 , saturation: 0.97 and the lightness value of fedeba is 0.86.

The process color (four color CMYK) of #fedeba color hex is 0.00, 0.13, 0.27, 0.00. Web safe color of #fedeba is #ffcccc. Color #fedeba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 10111010
Octal 376 336 272
Decimal 254 222 186
Hex FE DE BA

RGB Percentages of Color #fedeba

%38.37
%33.53
%28.10

CMYK Percentages of Color #fedeba

%0
%13
%27
%0

Triadic Colors of #fedeba

#fedeba #bafede #debafe

Analogous Colors of #fedeba

#fedeba #fcfeba #febcba

Monochromatic Colors of #fedeba

#fedeba

Complementary Color

#fedeba #badafe

#fedeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedeba Color CSS Codes

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

#fedeba Text Font Color

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

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


#fedeba Background Color

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

This div background color is #fedeba


#fedeba Border Color

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

This div border color is #fedeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedeba

Related Colors


Comments

No comments written yet.

Please login to write comment.