Color Hex Logo

#f0aeae Color Hex

#F0AEAE
(240,174,174)
0 Favorites   0 Comments

Color spaces of #f0aeae

RGB 240174174
HSL0.000.690.81
HSV28°94°
CMYK 0.000.280.28   0.06
XYZ58.711251.853446.9587
Yxy51.85340.37270.3292
Hunter Lab72.009319.519811.7423
CIE-Lab77.193124.13039.5717

#f0aeae color RGB value is (240,174,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101110 10101110
Octal 360 256 256
Decimal 240 174 174
Hex F0 AE AE

RGB Percentages of Color #f0aeae

%40.82
%29.59
%29.59

CMYK Percentages of Color #f0aeae

%0
%28
%28
%6

Triadic Colors of #f0aeae

#f0aeae #aef0ae #aeaef0

Analogous Colors of #f0aeae

#f0aeae #f0cfae #f0aecf

Monochromatic Colors of #f0aeae

#f0aeae

Complementary Color

#f0aeae #aef0f0

#f0aeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aeae Color CSS Codes

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

#f0aeae Text Font Color

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

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


#f0aeae Background Color

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

This div background color is #f0aeae


#f0aeae Border Color

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

This div border color is #f0aeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aeae

#f0aeae Color Palettes


Comments

No comments written yet.

Please login to write comment.