Color Hex Logo

#f29dab Color Hex

#F29DAB
(242,157,171)
0 Favorites   0 Comments

Color spaces of #f29dab

RGB 242157171
HSL0.970.770.78
HSV350°35°95°
CMYK 0.000.350.29   0.05
XYZ56.025645.931544.4409
Yxy45.93150.38270.3137
Hunter Lab67.772828.95798.5625
CIE-Lab73.501133.44995.9565

#f29dab color RGB value is (242,157,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011101 10101011
Octal 362 235 253
Decimal 242 157 171
Hex F2 9D AB

RGB Percentages of Color #f29dab

%42.46
%27.54
%30.00

CMYK Percentages of Color #f29dab

%0
%35
%29
%5

Triadic Colors of #f29dab

#f29dab #abf29d #9dabf2

Analogous Colors of #f29dab

#f29dab #f2ba9d #f29dd6

Monochromatic Colors of #f29dab

#f29dab

Complementary Color

#f29dab #9df2e4

#f29dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29dab Color CSS Codes

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

#f29dab Text Font Color

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

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


#f29dab Background Color

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

This div background color is #f29dab


#f29dab Border Color

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

This div border color is #f29dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,157,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29dab


Comments

No comments written yet.

Please login to write comment.