Color Hex Logo

#f2eefd Color Hex

#F2EEFD
(242,238,253)
0 Favorites   0 Comments

Color spaces of #f2eefd

RGB 242238253
HSL0.710.790.96
HSV256°99°
CMYK 0.040.060.00   0.01
XYZ84.922187.1182105.2681
Yxy87.11820.30620.3142
Hunter Lab93.3371-0.9331-1.5328
CIE-Lab94.78844.0390-6.7472

#f2eefd color RGB value is (242,238,253).

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

The process color (four color CMYK) of #f2eefd color hex is 0.04, 0.06, 0.00, 0.01. Web safe color of #f2eefd is #ffffff. Color #f2eefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101110 11111101
Octal 362 356 375
Decimal 242 238 253
Hex F2 EE FD

RGB Percentages of Color #f2eefd

%33.02
%32.47
%34.52

CMYK Percentages of Color #f2eefd

%4
%6
%0
%1

Triadic Colors of #f2eefd

#f2eefd #fdf2ee #eefdf2

Analogous Colors of #f2eefd

#f2eefd #faeefd #eef2fd

Monochromatic Colors of #f2eefd

#f2eefd

Complementary Color

#f2eefd #f9fdee

#f2eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2eefd Color CSS Codes

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

#f2eefd Text Font Color

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

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


#f2eefd Background Color

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

This div background color is #f2eefd


#f2eefd Border Color

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

This div border color is #f2eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2eefd


Comments

No comments written yet.

Please login to write comment.