Color Hex Logo

#f2daea Color Hex

#F2DAEA
(242,218,234)
0 Favorites   0 Comments

Color spaces of #f2daea

RGB 242218234
HSL0.890.480.90
HSV320°10°95°
CMYK 0.000.100.03   0.05
XYZ76.540674.960688.2766
Yxy74.96060.31920.3126
Hunter Lab86.57986.28780.1539
CIE-Lab89.374510.9795-4.8110

#f2daea color RGB value is (242,218,234).

#f2daea hex color red value is 242, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f2daea hue: 0.89 , saturation: 0.48 and the lightness value of f2daea is 0.90.

The process color (four color CMYK) of #f2daea color hex is 0.00, 0.10, 0.03, 0.05. Web safe color of #f2daea is #ffccff. Color #f2daea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011010 11101010
Octal 362 332 352
Decimal 242 218 234
Hex F2 DA EA

RGB Percentages of Color #f2daea

%34.87
%31.41
%33.72

CMYK Percentages of Color #f2daea

%0
%10
%3
%5

Triadic Colors of #f2daea

#f2daea #eaf2da #daeaf2

Analogous Colors of #f2daea

#f2daea #f2dade #eedaf2

Monochromatic Colors of #f2daea

#f2daea

Complementary Color

#f2daea #daf2e2

#f2daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2daea Color CSS Codes

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

#f2daea Text Font Color

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

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


#f2daea Background Color

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

This div background color is #f2daea


#f2daea Border Color

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

This div border color is #f2daea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2daea


Comments

No comments written yet.

Please login to write comment.