Color Hex Logo

#f95eee Color Hex

#F95EEE
(249,94,238)
0 Favorites   0 Comments

Color spaces of #f95eee

RGB 24994238
HSL0.850.930.67
HSV304°62°98°
CMYK 0.000.620.04   0.02
XYZ58.502234.318284.4296
Yxy34.31820.33010.1936
Hunter Lab58.581775.7396-44.4432
CIE-Lab65.214475.2569-43.7171

#f95eee color RGB value is (249,94,238).

#f95eee hex color red value is 249, green value is 94 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f95eee hue: 0.85 , saturation: 0.93 and the lightness value of f95eee is 0.67.

The process color (four color CMYK) of #f95eee color hex is 0.00, 0.62, 0.04, 0.02. Web safe color of #f95eee is #ff66ff. Color #f95eee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011110 11101110
Octal 371 136 356
Decimal 249 94 238
Hex F9 5E EE

RGB Percentages of Color #f95eee

%42.86
%16.18
%40.96

CMYK Percentages of Color #f95eee

%0
%62
%4
%2

Triadic Colors of #f95eee

#f95eee #eef95e #5eeef9

Analogous Colors of #f95eee

#f95eee #f95ea1 #b75ef9

Monochromatic Colors of #f95eee

#f95eee

Complementary Color

#f95eee #5ef969

#f95eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95eee Color CSS Codes

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

#f95eee Text Font Color

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

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


#f95eee Background Color

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

This div background color is #f95eee


#f95eee Border Color

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

This div border color is #f95eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95eee


Comments

No comments written yet.

Please login to write comment.