Color Hex Logo

#f5dad7 Color Hex

#F5DAD7
(245,218,215)
0 Favorites   0 Comments

Color spaces of #f5dad7

RGB 245218215
HSL0.020.600.90
HSV12°96°
CMYK 0.000.110.12   0.04
XYZ74.993374.461674.7099
Yxy74.46160.33450.3322
Hunter Lab86.29114.12019.0712
CIE-Lab89.14028.83374.8745

#f5dad7 color RGB value is (245,218,215).

#f5dad7 hex color red value is 245, green value is 218 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #f5dad7 hue: 0.02 , saturation: 0.60 and the lightness value of f5dad7 is 0.90.

The process color (four color CMYK) of #f5dad7 color hex is 0.00, 0.11, 0.12, 0.04. Web safe color of #f5dad7 is #ffcccc. Color #f5dad7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011010 11010111
Octal 365 332 327
Decimal 245 218 215
Hex F5 DA D7

RGB Percentages of Color #f5dad7

%36.14
%32.15
%31.71

CMYK Percentages of Color #f5dad7

%0
%11
%12
%4

Triadic Colors of #f5dad7

#f5dad7 #d7f5da #dad7f5

Analogous Colors of #f5dad7

#f5dad7 #f5e9d7 #f5d7e3

Monochromatic Colors of #f5dad7

#f5dad7

Complementary Color

#f5dad7 #d7f2f5

#f5dad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dad7 Color CSS Codes

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

#f5dad7 Text Font Color

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

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


#f5dad7 Background Color

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

This div background color is #f5dad7


#f5dad7 Border Color

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

This div border color is #f5dad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dad7


Comments

No comments written yet.

Please login to write comment.