Color Hex Logo

#f5cdec Color Hex

#F5CDEC
(245,205,236)
0 Favorites   0 Comments

Color spaces of #f5cdec

RGB 245205236
HSL0.870.670.88
HSV314°16°96°
CMYK 0.000.160.04   0.04
XYZ74.627869.131288.7672
Yxy69.13120.32090.2973
Hunter Lab83.145214.7104-5.0974
CIE-Lab86.569019.1647-9.9930

#f5cdec color RGB value is (245,205,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001101 11101100
Octal 365 315 354
Decimal 245 205 236
Hex F5 CD EC

RGB Percentages of Color #f5cdec

%35.71
%29.88
%34.40

CMYK Percentages of Color #f5cdec

%0
%16
%4
%4

Triadic Colors of #f5cdec

#f5cdec #ecf5cd #cdecf5

Analogous Colors of #f5cdec

#f5cdec #f5cdd8 #eacdf5

Monochromatic Colors of #f5cdec

#f5cdec

Complementary Color

#f5cdec #cdf5d6

#f5cdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cdec Color CSS Codes

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

#f5cdec Text Font Color

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

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


#f5cdec Background Color

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

This div background color is #f5cdec


#f5cdec Border Color

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

This div border color is #f5cdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cdec


Comments

No comments written yet.

Please login to write comment.