Color Hex Logo

#f5adce Color Hex

#F5ADCE
(245,173,206)
0 Favorites   0 Comments

Color spaces of #f5adce

RGB 245173206
HSL0.920.780.82
HSV333°29°96°
CMYK 0.000.290.16   0.04
XYZ63.740353.755865.4090
Yxy53.75580.34850.2939
Hunter Lab73.318326.8743-1.5711
CIE-Lab78.319131.1037-6.1355

#f5adce color RGB value is (245,173,206).

#f5adce hex color red value is 245, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f5adce hue: 0.92 , saturation: 0.78 and the lightness value of f5adce is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101101 11001110
Octal 365 255 316
Decimal 245 173 206
Hex F5 AD CE

RGB Percentages of Color #f5adce

%39.26
%27.72
%33.01

CMYK Percentages of Color #f5adce

%0
%29
%16
%4

Triadic Colors of #f5adce

#f5adce #cef5ad #adcef5

Analogous Colors of #f5adce

#f5adce #f5b0ad #f5adf2

Monochromatic Colors of #f5adce

#f5adce

Complementary Color

#f5adce #adf5d4

#f5adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5adce Color CSS Codes

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

#f5adce Text Font Color

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

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


#f5adce Background Color

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

This div background color is #f5adce


#f5adce Border Color

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

This div border color is #f5adce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5adce


Comments

No comments written yet.

Please login to write comment.