Color Hex Logo

#fdeaf8 Color Hex

#FDEAF8
(253,234,248)
0 Favorites   0 Comments

Color spaces of #fdeaf8

RGB 253234248
HSL0.880.830.95
HSV316°99°
CMYK 0.000.080.02   0.01
XYZ86.874186.5056100.9254
Yxy86.50560.31670.3154
Hunter Lab93.00843.96250.7690
CIE-Lab94.52818.8228-4.4383

#fdeaf8 color RGB value is (253,234,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11111000
Octal 375 352 370
Decimal 253 234 248
Hex FD EA F8

RGB Percentages of Color #fdeaf8

%34.42
%31.84
%33.74

CMYK Percentages of Color #fdeaf8

%0
%8
%2
%1

Triadic Colors of #fdeaf8

#fdeaf8 #f8fdea #eaf8fd

Analogous Colors of #fdeaf8

#fdeaf8 #fdeaef #f9eafd

Monochromatic Colors of #fdeaf8

#fdeaf8

Complementary Color

#fdeaf8 #eafdef

#fdeaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeaf8 Color CSS Codes

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

#fdeaf8 Text Font Color

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

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


#fdeaf8 Background Color

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

This div background color is #fdeaf8


#fdeaf8 Border Color

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

This div border color is #fdeaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeaf8

Related Colors


Comments

No comments written yet.

Please login to write comment.