Color Hex Logo

#f8ddca Color Hex

#F8DDCA
(248,221,202)
0 Favorites   0 Comments

Color spaces of #f8ddca

RGB 248221202
HSL0.070.770.88
HSV25°19°97°
CMYK 0.000.110.19   0.03
XYZ75.228575.933666.5688
Yxy75.93360.34550.3487
Hunter Lab87.13991.605515.7045
CIE-Lab89.82856.349312.7167

#f8ddca color RGB value is (248,221,202).

#f8ddca hex color red value is 248, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f8ddca hue: 0.07 , saturation: 0.77 and the lightness value of f8ddca is 0.88.

The process color (four color CMYK) of #f8ddca color hex is 0.00, 0.11, 0.19, 0.03. Web safe color of #f8ddca is #ffcccc. Color #f8ddca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011101 11001010
Octal 370 335 312
Decimal 248 221 202
Hex F8 DD CA

RGB Percentages of Color #f8ddca

%36.96
%32.94
%30.10

CMYK Percentages of Color #f8ddca

%0
%11
%19
%3

Triadic Colors of #f8ddca

#f8ddca #caf8dd #ddcaf8

Analogous Colors of #f8ddca

#f8ddca #f8f4ca #f8cace

Monochromatic Colors of #f8ddca

#f8ddca

Complementary Color

#f8ddca #cae5f8

#f8ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8ddca Color CSS Codes

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

#f8ddca Text Font Color

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

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


#f8ddca Background Color

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

This div background color is #f8ddca


#f8ddca Border Color

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

This div border color is #f8ddca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,221,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8ddca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8ddca;
  -webkit-box-shadow: 1px 1px 3px 2px #f8ddca;
  box-shadow:         1px 1px 3px 2px #f8ddca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,221,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8ddca


Comments

No comments written yet.

Please login to write comment.