Color Hex Logo

#f2eeff Color Hex

#F2EEFF
(242,238,255)
0 Favorites   0 Comments

Color spaces of #f2eeff

RGB 242238255
HSL0.711.000.97
HSV254°100°
CMYK 0.050.070.00   0.00
XYZ85.242587.2463106.9552
Yxy87.24630.30500.3122
Hunter Lab93.4057-0.5601-2.5066
CIE-Lab94.84274.4099-7.7046

#f2eeff color RGB value is (242,238,255).

#f2eeff hex color red value is 242, green value is 238 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f2eeff hue: 0.71 , saturation: 1.00 and the lightness value of f2eeff is 0.97.

The process color (four color CMYK) of #f2eeff color hex is 0.05, 0.07, 0.00, 0.00. Web safe color of #f2eeff is #ffffff. Color #f2eeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101110 11111111
Octal 362 356 377
Decimal 242 238 255
Hex F2 EE FF

RGB Percentages of Color #f2eeff

%32.93
%32.38
%34.69

CMYK Percentages of Color #f2eeff

%5
%7
%0
%0

Triadic Colors of #f2eeff

#f2eeff #fff2ee #eefff2

Analogous Colors of #f2eeff

#f2eeff #fbeeff #eef3ff

Monochromatic Colors of #f2eeff

#f2eeff

Complementary Color

#f2eeff #fbffee

#f2eeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2eeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2eeff Color CSS Codes

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

#f2eeff Text Font Color

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

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


#f2eeff Background Color

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

This div background color is #f2eeff


#f2eeff Border Color

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

This div border color is #f2eeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2eeff

Related Colors


Comments

No comments written yet.

Please login to write comment.