Color Hex Logo

#f3daee Color Hex

#F3DAEE
(243,218,238)
0 Favorites   0 Comments

Color spaces of #f3daee

RGB 243218238
HSL0.870.510.90
HSV312°10°95°
CMYK 0.000.100.02   0.05
XYZ77.466275.370591.3540
Yxy75.37050.31720.3087
Hunter Lab86.81627.3475-1.6177
CIE-Lab89.566312.0208-6.6229

#f3daee color RGB value is (243,218,238).

#f3daee hex color red value is 243, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f3daee hue: 0.87 , saturation: 0.51 and the lightness value of f3daee is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011010 11101110
Octal 363 332 356
Decimal 243 218 238
Hex F3 DA EE

RGB Percentages of Color #f3daee

%34.76
%31.19
%34.05

CMYK Percentages of Color #f3daee

%0
%10
%2
%5

Triadic Colors of #f3daee

#f3daee #eef3da #daeef3

Analogous Colors of #f3daee

#f3daee #f3dae2 #ecdaf3

Monochromatic Colors of #f3daee

#f3daee

Complementary Color

#f3daee #daf3df

#f3daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3daee Color CSS Codes

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

#f3daee Text Font Color

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

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


#f3daee Background Color

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

This div background color is #f3daee


#f3daee Border Color

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

This div border color is #f3daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3daee


Comments

No comments written yet.

Please login to write comment.