Color Hex Logo

#f5dadc Color Hex

#F5DADC
(245,218,220)
0 Favorites   0 Comments

Color spaces of #f5dadc

RGB 245218220
HSL0.990.570.91
HSV356°11°96°
CMYK 0.000.110.10   0.04
XYZ75.645974.722678.1461
Yxy74.72260.33100.3270
Hunter Lab86.44224.93216.9098
CIE-Lab89.26299.64112.4221

#f5dadc color RGB value is (245,218,220).

#f5dadc hex color red value is 245, green value is 218 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f5dadc hue: 0.99 , saturation: 0.57 and the lightness value of f5dadc is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011010 11011100
Octal 365 332 334
Decimal 245 218 220
Hex F5 DA DC

RGB Percentages of Color #f5dadc

%35.87
%31.92
%32.21

CMYK Percentages of Color #f5dadc

%0
%11
%10
%4

Triadic Colors of #f5dadc

#f5dadc #dcf5da #dadcf5

Analogous Colors of #f5dadc

#f5dadc #f5e6da #f5daea

Monochromatic Colors of #f5dadc

#f5dadc

Complementary Color

#f5dadc #daf5f3

#f5dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dadc Color CSS Codes

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

#f5dadc Text Font Color

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

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


#f5dadc Background Color

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

This div background color is #f5dadc


#f5dadc Border Color

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

This div border color is #f5dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dadc

#f5dadc Color Palettes


Comments

No comments written yet.

Please login to write comment.