Color Hex Logo

#f5cada Color Hex

#F5CADA
(245,202,218)
0 Favorites   0 Comments

Color spaces of #f5cada

RGB 245202218
HSL0.940.680.88
HSV338°18°96°
CMYK 0.000.180.11   0.04
XYZ71.431666.715575.4422
Yxy66.71550.33440.3124
Hunter Lab81.679613.16522.4133
CIE-Lab85.360117.6940-2.2174

#f5cada color RGB value is (245,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001010 11011010
Octal 365 312 332
Decimal 245 202 218
Hex F5 CA DA

RGB Percentages of Color #f5cada

%36.84
%30.38
%32.78

CMYK Percentages of Color #f5cada

%0
%18
%11
%4

Triadic Colors of #f5cada

#f5cada #daf5ca #cadaf5

Analogous Colors of #f5cada

#f5cada #f5d0ca #f5caf0

Monochromatic Colors of #f5cada

#f5cada

Complementary Color

#f5cada #caf5e5

#f5cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cada Color CSS Codes

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

#f5cada Text Font Color

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

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


#f5cada Background Color

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

This div background color is #f5cada


#f5cada Border Color

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

This div border color is #f5cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cada


Comments

No comments written yet.

Please login to write comment.