Color Hex Logo

#fedad5 Color Hex

#FEDAD5
(254,218,213)
0 Favorites   0 Comments

Color spaces of #fedad5

RGB 254218213
HSL0.020.950.92
HSV16°100°
CMYK 0.000.140.16   0.00
XYZ77.954776.017773.5150
Yxy76.01770.34270.3342
Hunter Lab87.18817.017211.0397
CIE-Lab89.867611.70177.0741

#fedad5 color RGB value is (254,218,213).

#fedad5 hex color red value is 254, green value is 218 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #fedad5 hue: 0.02 , saturation: 0.95 and the lightness value of fedad5 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11010101
Octal 376 332 325
Decimal 254 218 213
Hex FE DA D5

RGB Percentages of Color #fedad5

%37.08
%31.82
%31.09

CMYK Percentages of Color #fedad5

%0
%14
%16
%0

Triadic Colors of #fedad5

#fedad5 #d5feda #dad5fe

Analogous Colors of #fedad5

#fedad5 #feefd5 #fed5e5

Monochromatic Colors of #fedad5

#fedad5

Complementary Color

#fedad5 #d5f9fe

#fedad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedad5 Color CSS Codes

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

#fedad5 Text Font Color

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

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


#fedad5 Background Color

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

This div background color is #fedad5


#fedad5 Border Color

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

This div border color is #fedad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedad5


Comments

No comments written yet.

Please login to write comment.