Color Hex Logo

#f98eac Color Hex

#F98EAC
(249,142,172)
0 Favorites   0 Comments

Color spaces of #f98eac

RGB 249142172
HSL0.950.900.77
HSV343°43°98°
CMYK 0.000.430.31   0.02
XYZ56.186342.464344.2648
Yxy42.46430.39310.2971
Hunter Lab65.164639.86835.3409
CIE-Lab71.189943.81242.1679

#f98eac color RGB value is (249,142,172).

#f98eac hex color red value is 249, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f98eac hue: 0.95 , saturation: 0.90 and the lightness value of f98eac is 0.77.

The process color (four color CMYK) of #f98eac color hex is 0.00, 0.43, 0.31, 0.02. Web safe color of #f98eac is #ff9999. Color #f98eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001110 10101100
Octal 371 216 254
Decimal 249 142 172
Hex F9 8E AC

RGB Percentages of Color #f98eac

%44.23
%25.22
%30.55

CMYK Percentages of Color #f98eac

%0
%43
%31
%2

Triadic Colors of #f98eac

#f98eac #acf98e #8eacf9

Analogous Colors of #f98eac

#f98eac #f9a68e #f98ee2

Monochromatic Colors of #f98eac

#f98eac

Complementary Color

#f98eac #8ef9db

#f98eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98eac Color CSS Codes

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

#f98eac Text Font Color

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

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


#f98eac Background Color

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

This div background color is #f98eac


#f98eac Border Color

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

This div border color is #f98eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,142,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98eac


Comments

No comments written yet.

Please login to write comment.