Color Hex Logo

#f5fadd Color Hex

#F5FADD
(245,250,221)
0 Favorites   0 Comments

Color spaces of #f5fadd

RGB 245250221
HSL0.200.740.92
HSV70°12°98°
CMYK 0.020.000.12   0.02
XYZ84.892993.004181.8839
Yxy93.00410.32680.3580
Hunter Lab96.4386-11.637817.1652
CIE-Lab97.2293-6.537213.3466

#f5fadd color RGB value is (245,250,221).

#f5fadd hex color red value is 245, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f5fadd hue: 0.20 , saturation: 0.74 and the lightness value of f5fadd is 0.92.

The process color (four color CMYK) of #f5fadd color hex is 0.02, 0.00, 0.12, 0.02. Web safe color of #f5fadd is #ffffcc. Color #f5fadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111010 11011101
Octal 365 372 335
Decimal 245 250 221
Hex F5 FA DD

RGB Percentages of Color #f5fadd

%34.22
%34.92
%30.87

CMYK Percentages of Color #f5fadd

%2
%0
%12
%2

Triadic Colors of #f5fadd

#f5fadd #ddf5fa #faddf5

Analogous Colors of #f5fadd

#f5fadd #e7fadd #faf1dd

Monochromatic Colors of #f5fadd

#f5fadd

Complementary Color

#f5fadd #e2ddfa

#f5fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fadd Color CSS Codes

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

#f5fadd Text Font Color

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

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


#f5fadd Background Color

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

This div background color is #f5fadd


#f5fadd Border Color

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

This div border color is #f5fadd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,250,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5fadd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5fadd;
  -webkit-box-shadow: 1px 1px 3px 2px #f5fadd;
  box-shadow:         1px 1px 3px 2px #f5fadd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fadd

Related Colors


Comments

No comments written yet.

Please login to write comment.