Color Hex Logo

#fedad3 Color Hex

#FEDAD3
(254,218,211)
0 Favorites   0 Comments

Color spaces of #fedad3

RGB 254218211
HSL0.030.960.91
HSV10°17°100°
CMYK 0.000.140.17   0.00
XYZ77.702375.916872.1861
Yxy75.91680.34410.3362
Hunter Lab87.13026.707411.8703
CIE-Lab89.820711.39818.0570

#fedad3 color RGB value is (254,218,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11010011
Octal 376 332 323
Decimal 254 218 211
Hex FE DA D3

RGB Percentages of Color #fedad3

%37.19
%31.92
%30.89

CMYK Percentages of Color #fedad3

%0
%14
%17
%0

Triadic Colors of #fedad3

#fedad3 #d3feda #dad3fe

Analogous Colors of #fedad3

#fedad3 #fef0d3 #fed3e2

Monochromatic Colors of #fedad3

#fedad3

Complementary Color

#fedad3 #d3f7fe

#fedad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedad3 Color CSS Codes

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

#fedad3 Text Font Color

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

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


#fedad3 Background Color

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

This div background color is #fedad3


#fedad3 Border Color

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

This div border color is #fedad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedad3

Related Colors


Comments

No comments written yet.

Please login to write comment.