Color Hex Logo

#f2aeae Color Hex

#F2AEAE
(242,174,174)
3 Favorites   0 Comments

Color spaces of #f2aeae

RGB 242174174
HSL0.000.720.82
HSV28°95°
CMYK 0.000.280.28   0.05
XYZ59.394052.205346.9906
Yxy52.20530.37450.3292
Hunter Lab72.253220.288412.0174
CIE-Lab77.403424.86819.9001

#f2aeae color RGB value is (242,174,174).

#f2aeae hex color red value is 242, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f2aeae hue: 0.00 , saturation: 0.72 and the lightness value of f2aeae is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101110 10101110
Octal 362 256 256
Decimal 242 174 174
Hex F2 AE AE

RGB Percentages of Color #f2aeae

%41.02
%29.49
%29.49

CMYK Percentages of Color #f2aeae

%0
%28
%28
%5

Triadic Colors of #f2aeae

#f2aeae #aef2ae #aeaef2

Analogous Colors of #f2aeae

#f2aeae #f2d0ae #f2aed0

Monochromatic Colors of #f2aeae

#f2aeae

Complementary Color

#f2aeae #aef2f2

#f2aeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2aeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2aeae Color CSS Codes

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

#f2aeae Text Font Color

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

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


#f2aeae Background Color

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

This div background color is #f2aeae


#f2aeae Border Color

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

This div border color is #f2aeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2aeae


Comments

No comments written yet.

Please login to write comment.