Color Hex Logo

#f0aaba Color Hex

#F0AABA
(240,170,186)
0 Favorites   0 Comments

Color spaces of #f0aaba

RGB 240170186
HSL0.960.700.80
HSV346°29°94°
CMYK 0.000.290.23   0.06
XYZ59.172850.819953.1448
Yxy50.81990.36270.3115
Hunter Lab71.288123.41015.7013
CIE-Lab76.569827.93012.1334

#f0aaba color RGB value is (240,170,186).

#f0aaba hex color red value is 240, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f0aaba hue: 0.96 , saturation: 0.70 and the lightness value of f0aaba is 0.80.

The process color (four color CMYK) of #f0aaba color hex is 0.00, 0.29, 0.23, 0.06. Web safe color of #f0aaba is #ff99cc. Color #f0aaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101010 10111010
Octal 360 252 272
Decimal 240 170 186
Hex F0 AA BA

RGB Percentages of Color #f0aaba

%40.27
%28.52
%31.21

CMYK Percentages of Color #f0aaba

%0
%29
%23
%6

Triadic Colors of #f0aaba

#f0aaba #baf0aa #aabaf0

Analogous Colors of #f0aaba

#f0aaba #f0bdaa #f0aadd

Monochromatic Colors of #f0aaba

#f0aaba

Complementary Color

#f0aaba #aaf0e0

#f0aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aaba Color CSS Codes

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

#f0aaba Text Font Color

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

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


#f0aaba Background Color

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

This div background color is #f0aaba


#f0aaba Border Color

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

This div border color is #f0aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aaba


Comments

No comments written yet.

Please login to write comment.