Color Hex Logo

#f0adea Color Hex

#F0ADEA
(240,173,234)
0 Favorites   0 Comments

Color spaces of #f0adea

RGB 240173234
HSL0.850.690.81
HSV305°28°94°
CMYK 0.000.280.03   0.06
XYZ65.730054.352984.8687
Yxy54.35290.32070.2652
Hunter Lab73.724430.1263-16.6453
CIE-Lab78.667134.1113-20.8408

#f0adea color RGB value is (240,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101101 11101010
Octal 360 255 352
Decimal 240 173 234
Hex F0 AD EA

RGB Percentages of Color #f0adea

%37.09
%26.74
%36.17

CMYK Percentages of Color #f0adea

%0
%28
%3
%6

Triadic Colors of #f0adea

#f0adea #eaf0ad #adeaf0

Analogous Colors of #f0adea

#f0adea #f0adc9 #d5adf0

Monochromatic Colors of #f0adea

#f0adea

Complementary Color

#f0adea #adf0b3

#f0adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0adea Color CSS Codes

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

#f0adea Text Font Color

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

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


#f0adea Background Color

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

This div background color is #f0adea


#f0adea Border Color

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

This div border color is #f0adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0adea


Comments

No comments written yet.

Please login to write comment.