Color Hex Logo

#fdeafb Color Hex

#FDEAFB
(253,234,251)
0 Favorites   0 Comments

Color spaces of #fdeafb

RGB 253234251
HSL0.850.830.95
HSV306°99°
CMYK 0.000.080.01   0.01
XYZ87.343486.6933103.3968
Yxy86.69330.31480.3125
Hunter Lab93.10924.5051-0.6644
CIE-Lab94.60809.3507-5.8794

#fdeafb color RGB value is (253,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11111011
Octal 375 352 373
Decimal 253 234 251
Hex FD EA FB

RGB Percentages of Color #fdeafb

%34.28
%31.71
%34.01

CMYK Percentages of Color #fdeafb

%0
%8
%1
%1

Triadic Colors of #fdeafb

#fdeafb #fbfdea #eafbfd

Analogous Colors of #fdeafb

#fdeafb #fdeaf2 #f6eafd

Monochromatic Colors of #fdeafb

#fdeafb

Complementary Color

#fdeafb #eafdec

#fdeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeafb Color CSS Codes

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

#fdeafb Text Font Color

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

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


#fdeafb Background Color

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

This div background color is #fdeafb


#fdeafb Border Color

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

This div border color is #fdeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeafb

Related Colors


Comments

No comments written yet.

Please login to write comment.