Color Hex Logo

#f18eab Color Hex

#F18EAB
(241,142,171)
0 Favorites   0 Comments

Color spaces of #f18eab

RGB 241142171
HSL0.950.780.75
HSV342°41°95°
CMYK 0.000.410.29   0.05
XYZ53.299340.987043.6302
Yxy40.98700.38650.2972
Hunter Lab64.021136.56924.4088
CIE-Lab70.166840.90811.1154

#f18eab color RGB value is (241,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001110 10101011
Octal 361 216 253
Decimal 241 142 171
Hex F1 8E AB

RGB Percentages of Color #f18eab

%43.50
%25.63
%30.87

CMYK Percentages of Color #f18eab

%0
%41
%29
%5

Triadic Colors of #f18eab

#f18eab #abf18e #8eabf1

Analogous Colors of #f18eab

#f18eab #f1a38e #f18edd

Monochromatic Colors of #f18eab

#f18eab

Complementary Color

#f18eab #8ef1d4

#f18eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18eab Color CSS Codes

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

#f18eab Text Font Color

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

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


#f18eab Background Color

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

This div background color is #f18eab


#f18eab Border Color

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

This div border color is #f18eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18eab


Comments

No comments written yet.

Please login to write comment.