Color Hex Logo

#f29aaa Color Hex

#F29AAA
(242,154,170)
0 Favorites   0 Comments

Color spaces of #f29aaa

RGB 242154170
HSL0.970.770.78
HSV349°36°95°
CMYK 0.000.360.30   0.05
XYZ55.429244.890743.7735
Yxy44.89070.38470.3115
Hunter Lab67.000530.42138.1644
CIE-Lab72.819934.89325.5284

#f29aaa color RGB value is (242,154,170).

#f29aaa hex color red value is 242, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f29aaa hue: 0.97 , saturation: 0.77 and the lightness value of f29aaa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011010 10101010
Octal 362 232 252
Decimal 242 154 170
Hex F2 9A AA

RGB Percentages of Color #f29aaa

%42.76
%27.21
%30.04

CMYK Percentages of Color #f29aaa

%0
%36
%30
%5

Triadic Colors of #f29aaa

#f29aaa #aaf29a #9aaaf2

Analogous Colors of #f29aaa

#f29aaa #f2b69a #f29ad6

Monochromatic Colors of #f29aaa

#f29aaa

Complementary Color

#f29aaa #9af2e2

#f29aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29aaa Color CSS Codes

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

#f29aaa Text Font Color

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

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


#f29aaa Background Color

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

This div background color is #f29aaa


#f29aaa Border Color

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

This div border color is #f29aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29aaa


Comments

No comments written yet.

Please login to write comment.