Color Hex Logo

#f2deec Color Hex

#F2DEEC
(242,222,236)
0 Favorites   0 Comments

Color spaces of #f2deec

RGB 242222236
HSL0.880.430.91
HSV318°95°
CMYK 0.000.080.02   0.05
XYZ77.879577.175990.1486
Yxy77.17590.31760.3147
Hunter Lab87.84984.50440.6534
CIE-Lab90.40259.2454-4.3477

#f2deec color RGB value is (242,222,236).

#f2deec hex color red value is 242, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f2deec hue: 0.88 , saturation: 0.43 and the lightness value of f2deec is 0.91.

The process color (four color CMYK) of #f2deec color hex is 0.00, 0.08, 0.02, 0.05. Web safe color of #f2deec is #ffccff. Color #f2deec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011110 11101100
Octal 362 336 354
Decimal 242 222 236
Hex F2 DE EC

RGB Percentages of Color #f2deec

%34.57
%31.71
%33.71

CMYK Percentages of Color #f2deec

%0
%8
%2
%5

Triadic Colors of #f2deec

#f2deec #ecf2de #deecf2

Analogous Colors of #f2deec

#f2deec #f2dee2 #eedef2

Monochromatic Colors of #f2deec

#f2deec

Complementary Color

#f2deec #def2e4

#f2deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2deec Color CSS Codes

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

#f2deec Text Font Color

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

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


#f2deec Background Color

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

This div background color is #f2deec


#f2deec Border Color

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

This div border color is #f2deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2deec


Comments

No comments written yet.

Please login to write comment.