Color Hex Logo

#f0adec Color Hex

#F0ADEC
(240,173,236)
0 Favorites   0 Comments

Color spaces of #f0adec

RGB 240173236
HSL0.840.690.81
HSV304°28°94°
CMYK 0.000.280.02   0.06
XYZ66.019154.468586.3908
Yxy54.46850.31910.2633
Hunter Lab73.802830.5195-17.7407
CIE-Lab78.734134.4695-21.8190

#f0adec color RGB value is (240,173,236).

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

The process color (four color CMYK) of #f0adec color hex is 0.00, 0.28, 0.02, 0.06. Web safe color of #f0adec is #ff99ff. Color #f0adec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101101 11101100
Octal 360 255 354
Decimal 240 173 236
Hex F0 AD EC

RGB Percentages of Color #f0adec

%36.98
%26.66
%36.36

CMYK Percentages of Color #f0adec

%0
%28
%2
%6

Triadic Colors of #f0adec

#f0adec #ecf0ad #adecf0

Analogous Colors of #f0adec

#f0adec #f0adcb #d3adf0

Monochromatic Colors of #f0adec

#f0adec

Complementary Color

#f0adec #adf0b1

#f0adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0adec Color CSS Codes

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

#f0adec Text Font Color

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

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


#f0adec Background Color

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

This div background color is #f0adec


#f0adec Border Color

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

This div border color is #f0adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0adec


Comments

No comments written yet.

Please login to write comment.