Color Hex Logo

#f5aeaa Color Hex

#F5AEAA
(245,174,170)
0 Favorites   0 Comments

Color spaces of #f5aeaa

RGB 245174170
HSL0.010.790.81
HSV31°96°
CMYK 0.000.290.31   0.04
XYZ60.047952.586945.0156
Yxy52.58690.38090.3336
Hunter Lab72.516820.903313.9569
CIE-Lab77.630525.452512.4394

#f5aeaa color RGB value is (245,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101110 10101010
Octal 365 256 252
Decimal 245 174 170
Hex F5 AE AA

RGB Percentages of Color #f5aeaa

%41.60
%29.54
%28.86

CMYK Percentages of Color #f5aeaa

%0
%29
%31
%4

Triadic Colors of #f5aeaa

#f5aeaa #aaf5ae #aeaaf5

Analogous Colors of #f5aeaa

#f5aeaa #f5d4aa #f5aacc

Monochromatic Colors of #f5aeaa

#f5aeaa

Complementary Color

#f5aeaa #aaf1f5

#f5aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5aeaa Color CSS Codes

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

#f5aeaa Text Font Color

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

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


#f5aeaa Background Color

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

This div background color is #f5aeaa


#f5aeaa Border Color

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

This div border color is #f5aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5aeaa


Comments

No comments written yet.

Please login to write comment.