Color Hex Logo

#f98eec Color Hex

#F98EEC
(249,142,236)
0 Favorites   0 Comments

Color spaces of #f98eec

RGB 249142236
HSL0.850.900.77
HSV307°43°98°
CMYK 0.000.430.05   0.02
XYZ63.880245.541984.7805
Yxy45.54190.32890.2345
Hunter Lab67.484750.8675-27.2462
CIE-Lab73.247353.2850-30.1215

#f98eec color RGB value is (249,142,236).

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

The process color (four color CMYK) of #f98eec color hex is 0.00, 0.43, 0.05, 0.02. Web safe color of #f98eec is #ff99ff. Color #f98eec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001110 11101100
Octal 371 216 354
Decimal 249 142 236
Hex F9 8E EC

RGB Percentages of Color #f98eec

%39.71
%22.65
%37.64

CMYK Percentages of Color #f98eec

%0
%43
%5
%2

Triadic Colors of #f98eec

#f98eec #ecf98e #8eecf9

Analogous Colors of #f98eec

#f98eec #f98eb7 #d18ef9

Monochromatic Colors of #f98eec

#f98eec

Complementary Color

#f98eec #8ef99b

#f98eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98eec Color CSS Codes

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

#f98eec Text Font Color

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

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


#f98eec Background Color

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

This div background color is #f98eec


#f98eec Border Color

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

This div border color is #f98eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98eec

Related Colors


Comments

No comments written yet.

Please login to write comment.