Color Hex Logo

#f5cdcf Color Hex

#F5CDCF
(245,205,207)
0 Favorites   0 Comments

Color spaces of #f5cdcf

RGB 245205207
HSL0.990.670.88
HSV357°16°96°
CMYK 0.000.160.16   0.04
XYZ70.750067.580168.3468
Yxy67.58010.34230.3270
Hunter Lab82.20719.76028.2514
CIE-Lab85.796114.36424.2662

#f5cdcf color RGB value is (245,205,207).

#f5cdcf hex color red value is 245, green value is 205 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f5cdcf hue: 0.99 , saturation: 0.67 and the lightness value of f5cdcf is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001101 11001111
Octal 365 315 317
Decimal 245 205 207
Hex F5 CD CF

RGB Percentages of Color #f5cdcf

%37.29
%31.20
%31.51

CMYK Percentages of Color #f5cdcf

%0
%16
%16
%4

Triadic Colors of #f5cdcf

#f5cdcf #cff5cd #cdcff5

Analogous Colors of #f5cdcf

#f5cdcf #f5dfcd #f5cde3

Monochromatic Colors of #f5cdcf

#f5cdcf

Complementary Color

#f5cdcf #cdf5f3

#f5cdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cdcf Color CSS Codes

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

#f5cdcf Text Font Color

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

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


#f5cdcf Background Color

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

This div background color is #f5cdcf


#f5cdcf Border Color

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

This div border color is #f5cdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cdcf


Comments

No comments written yet.

Please login to write comment.