Color Hex Logo

#fdeaff Color Hex

#FDEAFF
(253,234,255)
0 Favorites   0 Comments

Color spaces of #fdeaff

RGB 253234255
HSL0.821.000.96
HSV294°100°
CMYK 0.010.080.00   0.00
XYZ87.980886.9483106.7533
Yxy86.94830.31230.3087
Hunter Lab93.24615.2401-2.6062
CIE-Lab94.716310.0633-7.7972

#fdeaff color RGB value is (253,234,255).

#fdeaff hex color red value is 253, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fdeaff hue: 0.82 , saturation: 1.00 and the lightness value of fdeaff is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11111111
Octal 375 352 377
Decimal 253 234 255
Hex FD EA FF

RGB Percentages of Color #fdeaff

%34.10
%31.54
%34.37

CMYK Percentages of Color #fdeaff

%1
%8
%0
%0

Triadic Colors of #fdeaff

#fdeaff #fffdea #eafffd

Analogous Colors of #fdeaff

#fdeaff #ffeaf7 #f3eaff

Monochromatic Colors of #fdeaff

#fdeaff

Complementary Color

#fdeaff #ecffea

#fdeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeaff Color CSS Codes

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

#fdeaff Text Font Color

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

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


#fdeaff Background Color

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

This div background color is #fdeaff


#fdeaff Border Color

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

This div border color is #fdeaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeaff

#fdeaff Color Palettes


Comments

No comments written yet.

Please login to write comment.