Color Hex Logo

#f0afee Color Hex

#F0AFEE
(240,175,238)
0 Favorites   0 Comments

Color spaces of #f0afee

RGB 240175238
HSL0.840.680.81
HSV302°27°94°
CMYK 0.000.270.01   0.06
XYZ66.697855.358388.0588
Yxy55.35830.31740.2635
Hunter Lab74.403229.8086-18.0896
CIE-Lab79.247233.7702-22.1185

#f0afee color RGB value is (240,175,238).

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

The process color (four color CMYK) of #f0afee color hex is 0.00, 0.27, 0.01, 0.06. Web safe color of #f0afee is #ff99ff. Color #f0afee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101111 11101110
Octal 360 257 356
Decimal 240 175 238
Hex F0 AF EE

RGB Percentages of Color #f0afee

%36.75
%26.80
%36.45

CMYK Percentages of Color #f0afee

%0
%27
%1
%6

Triadic Colors of #f0afee

#f0afee #eef0af #afeef0

Analogous Colors of #f0afee

#f0afee #f0afce #d2aff0

Monochromatic Colors of #f0afee

#f0afee

Complementary Color

#f0afee #aff0b1

#f0afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0afee Color CSS Codes

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

#f0afee Text Font Color

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

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


#f0afee Background Color

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

This div background color is #f0afee


#f0afee Border Color

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

This div border color is #f0afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0afee


Comments

No comments written yet.

Please login to write comment.