Color Hex Logo

#f5cadb Color Hex

#F5CADB
(245,202,219)
0 Favorites   0 Comments

Color spaces of #f5cadb

RGB 245202219
HSL0.930.680.88
HSV336°18°96°
CMYK 0.000.180.11   0.04
XYZ71.562966.768076.1336
Yxy66.76800.33370.3113
Hunter Lab81.711713.33441.9556
CIE-Lab85.386717.8578-2.7106

#f5cadb color RGB value is (245,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001010 11011011
Octal 365 312 333
Decimal 245 202 219
Hex F5 CA DB

RGB Percentages of Color #f5cadb

%36.79
%30.33
%32.88

CMYK Percentages of Color #f5cadb

%0
%18
%11
%4

Triadic Colors of #f5cadb

#f5cadb #dbf5ca #cadbf5

Analogous Colors of #f5cadb

#f5cadb #f5cfca #f5caf1

Monochromatic Colors of #f5cadb

#f5cadb

Complementary Color

#f5cadb #caf5e4

#f5cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cadb Color CSS Codes

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

#f5cadb Text Font Color

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

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


#f5cadb Background Color

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

This div background color is #f5cadb


#f5cadb Border Color

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

This div border color is #f5cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cadb


Comments

No comments written yet.

Please login to write comment.