Color Hex Logo

#f5cadf Color Hex

#F5CADF
(245,202,223)
0 Favorites   0 Comments

Color spaces of #f5cadf

RGB 245202223
HSL0.920.680.88
HSV331°18°96°
CMYK 0.000.180.09   0.04
XYZ72.096066.981278.9408
Yxy66.98120.33070.3072
Hunter Lab81.842014.02000.1012
CIE-Lab85.494518.5198-4.6802

#f5cadf color RGB value is (245,202,223).

#f5cadf hex color red value is 245, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f5cadf hue: 0.92 , saturation: 0.68 and the lightness value of f5cadf is 0.88.

The process color (four color CMYK) of #f5cadf color hex is 0.00, 0.18, 0.09, 0.04. Web safe color of #f5cadf is #ffcccc. Color #f5cadf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001010 11011111
Octal 365 312 337
Decimal 245 202 223
Hex F5 CA DF

RGB Percentages of Color #f5cadf

%36.57
%30.15
%33.28

CMYK Percentages of Color #f5cadf

%0
%18
%9
%4

Triadic Colors of #f5cadf

#f5cadf #dff5ca #cadff5

Analogous Colors of #f5cadf

#f5cadf #f5cbca #f5caf5

Monochromatic Colors of #f5cadf

#f5cadf

Complementary Color

#f5cadf #caf5e0

#f5cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cadf Color CSS Codes

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

#f5cadf Text Font Color

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

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


#f5cadf Background Color

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

This div background color is #f5cadf


#f5cadf Border Color

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

This div border color is #f5cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cadf


Comments

No comments written yet.

Please login to write comment.