Color Hex Logo

#f0afaf Color Hex

#F0AFAF
(240,175,175)
0 Favorites   0 Comments

Color spaces of #f0afaf

RGB 240175175
HSL0.000.680.81
HSV27°94°
CMYK 0.000.270.27   0.06
XYZ59.003052.280447.5388
Yxy52.28040.37150.3292
Hunter Lab72.305219.126811.6320
CIE-Lab77.448223.73509.3918

#f0afaf color RGB value is (240,175,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101111 10101111
Octal 360 257 257
Decimal 240 175 175
Hex F0 AF AF

RGB Percentages of Color #f0afaf

%40.68
%29.66
%29.66

CMYK Percentages of Color #f0afaf

%0
%27
%27
%6

Triadic Colors of #f0afaf

#f0afaf #aff0af #afaff0

Analogous Colors of #f0afaf

#f0afaf #f0d0af #f0afd0

Monochromatic Colors of #f0afaf

#f0afaf

Complementary Color

#f0afaf #aff0f0

#f0afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0afaf Color CSS Codes

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

#f0afaf Text Font Color

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

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


#f0afaf Background Color

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

This div background color is #f0afaf


#f0afaf Border Color

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

This div border color is #f0afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0afaf


Comments

No comments written yet.

Please login to write comment.