Color Hex Logo

#f19daa Color Hex

#F19DAA
(241,157,170)
0 Favorites   0 Comments

Color spaces of #f19daa

RGB 241157170
HSL0.970.750.78
HSV351°35°95°
CMYK 0.000.350.29   0.05
XYZ55.588345.717043.9246
Yxy45.71700.38280.3148
Hunter Lab67.614328.42658.8132
CIE-Lab73.361532.95786.2926

#f19daa color RGB value is (241,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011101 10101010
Octal 361 235 252
Decimal 241 157 170
Hex F1 9D AA

RGB Percentages of Color #f19daa

%42.43
%27.64
%29.93

CMYK Percentages of Color #f19daa

%0
%35
%29
%5

Triadic Colors of #f19daa

#f19daa #aaf19d #9daaf1

Analogous Colors of #f19daa

#f19daa #f1ba9d #f19dd4

Monochromatic Colors of #f19daa

#f19daa

Complementary Color

#f19daa #9df1e4

#f19daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19daa Color CSS Codes

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

#f19daa Text Font Color

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

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


#f19daa Background Color

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

This div background color is #f19daa


#f19daa Border Color

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

This div border color is #f19daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19daa


Comments

No comments written yet.

Please login to write comment.