Color Hex Logo

#f0adcf Color Hex

#F0ADCF
(240,173,207)
0 Favorites   0 Comments

Color spaces of #f0adcf

RGB 240173207
HSL0.920.690.81
HSV330°28°94°
CMYK 0.000.280.14   0.06
XYZ62.141252.917465.9704
Yxy52.91740.34330.2923
Hunter Lab72.744325.1794-2.8479
CIE-Lab77.826229.5374-7.4668

#f0adcf color RGB value is (240,173,207).

#f0adcf hex color red value is 240, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f0adcf hue: 0.92 , saturation: 0.69 and the lightness value of f0adcf is 0.81.

The process color (four color CMYK) of #f0adcf color hex is 0.00, 0.28, 0.14, 0.06. Web safe color of #f0adcf is #ff99cc. Color #f0adcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101101 11001111
Octal 360 255 317
Decimal 240 173 207
Hex F0 AD CF

RGB Percentages of Color #f0adcf

%38.71
%27.90
%33.39

CMYK Percentages of Color #f0adcf

%0
%28
%14
%6

Triadic Colors of #f0adcf

#f0adcf #cff0ad #adcff0

Analogous Colors of #f0adcf

#f0adcf #f0adae #f0adf0

Monochromatic Colors of #f0adcf

#f0adcf

Complementary Color

#f0adcf #adf0ce

#f0adcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0adcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0adcf Color CSS Codes

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

#f0adcf Text Font Color

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

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


#f0adcf Background Color

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

This div background color is #f0adcf


#f0adcf Border Color

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

This div border color is #f0adcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,173,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 #f0adcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0adcf

#f0adcf Color Palettes


Comments

No comments written yet.

Please login to write comment.