Color Hex Logo

#fdeafd Color Hex

#FDEAFD
(253,234,253)
0 Favorites   0 Comments

Color spaces of #fdeafd

RGB 253234253
HSL0.830.830.95
HSV300°99°
CMYK 0.000.080.00   0.01
XYZ87.660586.8201105.0663
Yxy86.82010.31360.3106
Hunter Lab93.17734.8712-1.6310
CIE-Lab94.66199.7059-6.8389

#fdeafd color RGB value is (253,234,253).

#fdeafd hex color red value is 253, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fdeafd hue: 0.83 , saturation: 0.83 and the lightness value of fdeafd is 0.95.

The process color (four color CMYK) of #fdeafd color hex is 0.00, 0.08, 0.00, 0.01. Web safe color of #fdeafd is #ffffff. Color #fdeafd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11111101
Octal 375 352 375
Decimal 253 234 253
Hex FD EA FD

RGB Percentages of Color #fdeafd

%34.19
%31.62
%34.19

CMYK Percentages of Color #fdeafd

%0
%8
%0
%1

Triadic Colors of #fdeafd

#fdeafd #fdfdea #eafdfd

Analogous Colors of #fdeafd

#fdeafd #fdeaf4 #f4eafd

Monochromatic Colors of #fdeafd

#fdeafd

Complementary Color

#fdeafd #eafdea

#fdeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeafd Color CSS Codes

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

#fdeafd Text Font Color

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

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


#fdeafd Background Color

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

This div background color is #fdeafd


#fdeafd Border Color

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

This div border color is #fdeafd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,234,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdeafd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdeafd;
  -webkit-box-shadow: 1px 1px 3px 2px #fdeafd;
  box-shadow:         1px 1px 3px 2px #fdeafd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeafd


Comments

No comments written yet.

Please login to write comment.