Color Hex Logo

#f5facd Color Hex

#F5FACD
(245,250,205)
0 Favorites   0 Comments

Color spaces of #f5facd

RGB 245250205
HSL0.190.820.89
HSV67°18°98°
CMYK 0.020.000.18   0.02
XYZ82.861292.191571.1851
Yxy92.19150.33650.3744
Hunter Lab96.0164-13.985023.2548
CIE-Lab96.8985-8.984021.0700

#f5facd color RGB value is (245,250,205).

#f5facd hex color red value is 245, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f5facd hue: 0.19 , saturation: 0.82 and the lightness value of f5facd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111010 11001101
Octal 365 372 315
Decimal 245 250 205
Hex F5 FA CD

RGB Percentages of Color #f5facd

%35.00
%35.71
%29.29

CMYK Percentages of Color #f5facd

%2
%0
%18
%2

Triadic Colors of #f5facd

#f5facd #cdf5fa #facdf5

Analogous Colors of #f5facd

#f5facd #dffacd #fae9cd

Monochromatic Colors of #f5facd

#f5facd

Complementary Color

#f5facd #d2cdfa

#f5facd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5facd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5facd Color CSS Codes

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

#f5facd Text Font Color

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

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


#f5facd Background Color

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

This div background color is #f5facd


#f5facd Border Color

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

This div border color is #f5facd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5facd


Comments

No comments written yet.

Please login to write comment.