Color Hex Logo

#f4aeaa Color Hex

#F4AEAA
(244,174,170)
0 Favorites   0 Comments

Color spaces of #f4aeaa

RGB 244174170
HSL0.010.770.81
HSV30°96°
CMYK 0.000.290.30   0.04
XYZ59.700052.407544.9993
Yxy52.40750.38000.3336
Hunter Lab72.393020.514913.8206
CIE-Lab77.523925.081812.2736

#f4aeaa color RGB value is (244,174,170).

#f4aeaa hex color red value is 244, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f4aeaa hue: 0.01 , saturation: 0.77 and the lightness value of f4aeaa is 0.81.

The process color (four color CMYK) of #f4aeaa color hex is 0.00, 0.29, 0.30, 0.04. Web safe color of #f4aeaa is #ff9999. Color #f4aeaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101110 10101010
Octal 364 256 252
Decimal 244 174 170
Hex F4 AE AA

RGB Percentages of Color #f4aeaa

%41.50
%29.59
%28.91

CMYK Percentages of Color #f4aeaa

%0
%29
%30
%4

Triadic Colors of #f4aeaa

#f4aeaa #aaf4ae #aeaaf4

Analogous Colors of #f4aeaa

#f4aeaa #f4d3aa #f4aacb

Monochromatic Colors of #f4aeaa

#f4aeaa

Complementary Color

#f4aeaa #aaf0f4

#f4aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4aeaa Color CSS Codes

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

#f4aeaa Text Font Color

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

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


#f4aeaa Background Color

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

This div background color is #f4aeaa


#f4aeaa Border Color

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

This div border color is #f4aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4aeaa


Comments

No comments written yet.

Please login to write comment.