Color Hex Logo

#f4cdaa Color Hex

#F4CDAA
(244,205,170)
0 Favorites   0 Comments

Color spaces of #f4cdaa

RGB 244205170
HSL0.080.770.81
HSV28°30°96°
CMYK 0.000.160.30   0.04
XYZ66.395265.798047.2311
Yxy65.79800.37000.3667
Hunter Lab81.11604.153222.2586
CIE-Lab84.89338.760722.5562

#f4cdaa color RGB value is (244,205,170).

#f4cdaa hex color red value is 244, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f4cdaa hue: 0.08 , saturation: 0.77 and the lightness value of f4cdaa is 0.81.

The process color (four color CMYK) of #f4cdaa color hex is 0.00, 0.16, 0.30, 0.04. Web safe color of #f4cdaa is #ffcc99. Color #f4cdaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001101 10101010
Octal 364 315 252
Decimal 244 205 170
Hex F4 CD AA

RGB Percentages of Color #f4cdaa

%39.42
%33.12
%27.46

CMYK Percentages of Color #f4cdaa

%0
%16
%30
%4

Triadic Colors of #f4cdaa

#f4cdaa #aaf4cd #cdaaf4

Analogous Colors of #f4cdaa

#f4cdaa #f4f2aa #f4aaac

Monochromatic Colors of #f4cdaa

#f4cdaa

Complementary Color

#f4cdaa #aad1f4

#f4cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cdaa Color CSS Codes

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

#f4cdaa Text Font Color

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

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


#f4cdaa Background Color

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

This div background color is #f4cdaa


#f4cdaa Border Color

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

This div border color is #f4cdaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,205,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4cdaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4cdaa;
  -webkit-box-shadow: 1px 1px 3px 2px #f4cdaa;
  box-shadow:         1px 1px 3px 2px #f4cdaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,205,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4cdaa


Comments

No comments written yet.

Please login to write comment.