Color Hex Logo

#f2dcae Color Hex

#F2DCAE
(242,220,174)
0 Favorites   0 Comments

Color spaces of #f2dcae

RGB 242220174
HSL0.110.720.82
HSV41°28°95°
CMYK 0.000.090.28   0.05
XYZ69.851173.119650.4764
Yxy73.11960.36110.3780
Hunter Lab85.5100-3.830124.8582
CIE-Lab88.50470.761625.3918

#f2dcae color RGB value is (242,220,174).

#f2dcae hex color red value is 242, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f2dcae hue: 0.11 , saturation: 0.72 and the lightness value of f2dcae is 0.82.

The process color (four color CMYK) of #f2dcae color hex is 0.00, 0.09, 0.28, 0.05. Web safe color of #f2dcae is #ffcc99. Color #f2dcae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011100 10101110
Octal 362 334 256
Decimal 242 220 174
Hex F2 DC AE

RGB Percentages of Color #f2dcae

%38.05
%34.59
%27.36

CMYK Percentages of Color #f2dcae

%0
%9
%28
%5

Triadic Colors of #f2dcae

#f2dcae #aef2dc #dcaef2

Analogous Colors of #f2dcae

#f2dcae #e6f2ae #f2baae

Monochromatic Colors of #f2dcae

#f2dcae

Complementary Color

#f2dcae #aec4f2

#f2dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dcae Color CSS Codes

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

#f2dcae Text Font Color

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

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


#f2dcae Background Color

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

This div background color is #f2dcae


#f2dcae Border Color

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

This div border color is #f2dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dcae


Comments

No comments written yet.

Please login to write comment.