Color Hex Logo

#f7ddca Color Hex

#F7DDCA
(247,221,202)
0 Favorites   0 Comments

Color spaces of #f7ddca

RGB 247221202
HSL0.070.740.88
HSV25°18°97°
CMYK 0.000.110.18   0.03
XYZ74.874975.751366.5523
Yxy75.75130.34480.3488
Hunter Lab87.03521.248815.5880
CIE-Lab89.74375.988912.5846

#f7ddca color RGB value is (247,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011101 11001010
Octal 367 335 312
Decimal 247 221 202
Hex F7 DD CA

RGB Percentages of Color #f7ddca

%36.87
%32.99
%30.15

CMYK Percentages of Color #f7ddca

%0
%11
%18
%3

Triadic Colors of #f7ddca

#f7ddca #caf7dd #ddcaf7

Analogous Colors of #f7ddca

#f7ddca #f7f4ca #f7cace

Monochromatic Colors of #f7ddca

#f7ddca

Complementary Color

#f7ddca #cae4f7

#f7ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7ddca Color CSS Codes

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

#f7ddca Text Font Color

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

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


#f7ddca Background Color

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

This div background color is #f7ddca


#f7ddca Border Color

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

This div border color is #f7ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7ddca


Comments

No comments written yet.

Please login to write comment.