Color Hex Logo

#f18eee Color Hex

#F18EEE
(241,142,238)
0 Favorites   0 Comments

Color spaces of #f18eee

RGB 241142238
HSL0.840.780.75
HSV302°41°95°
CMYK 0.000.410.01   0.05
XYZ61.381244.219886.1891
Yxy44.21980.32000.2306
Hunter Lab66.498048.3936-30.2982
CIE-Lab72.375251.2569-32.6385

#f18eee color RGB value is (241,142,238).

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

The process color (four color CMYK) of #f18eee color hex is 0.00, 0.41, 0.01, 0.05. Web safe color of #f18eee is #ff99ff. Color #f18eee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001110 11101110
Octal 361 216 356
Decimal 241 142 238
Hex F1 8E EE

RGB Percentages of Color #f18eee

%38.81
%22.87
%38.33

CMYK Percentages of Color #f18eee

%0
%41
%1
%5

Triadic Colors of #f18eee

#f18eee #eef18e #8eeef1

Analogous Colors of #f18eee

#f18eee #f18ebd #c38ef1

Monochromatic Colors of #f18eee

#f18eee

Complementary Color

#f18eee #8ef191

#f18eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18eee Color CSS Codes

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

#f18eee Text Font Color

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

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


#f18eee Background Color

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

This div background color is #f18eee


#f18eee Border Color

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

This div border color is #f18eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18eee


Comments

No comments written yet.

Please login to write comment.