Color Hex Logo

#fedac8 Color Hex

#FEDAC8
(254,218,200)
0 Favorites   0 Comments

Color spaces of #fedac8

RGB 254218200
HSL0.060.960.89
HSV20°21°100°
CMYK 0.000.140.21   0.00
XYZ76.369875.383865.1690
Yxy75.38380.35210.3475
Hunter Lab86.82385.065916.2743
CIE-Lab89.57259.780113.4735

#fedac8 color RGB value is (254,218,200).

#fedac8 hex color red value is 254, green value is 218 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #fedac8 hue: 0.06 , saturation: 0.96 and the lightness value of fedac8 is 0.89.

The process color (four color CMYK) of #fedac8 color hex is 0.00, 0.14, 0.21, 0.00. Web safe color of #fedac8 is #ffcccc. Color #fedac8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11001000
Octal 376 332 310
Decimal 254 218 200
Hex FE DA C8

RGB Percentages of Color #fedac8

%37.80
%32.44
%29.76

CMYK Percentages of Color #fedac8

%0
%14
%21
%0

Triadic Colors of #fedac8

#fedac8 #c8feda #dac8fe

Analogous Colors of #fedac8

#fedac8 #fef5c8 #fec8d1

Monochromatic Colors of #fedac8

#fedac8

Complementary Color

#fedac8 #c8ecfe

#fedac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedac8 Color CSS Codes

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

#fedac8 Text Font Color

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

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


#fedac8 Background Color

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

This div background color is #fedac8


#fedac8 Border Color

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

This div border color is #fedac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedac8


Comments

No comments written yet.

Please login to write comment.