Color Hex Logo

#fdcaaf Color Hex

#FDCAAF
(253,202,175)
0 Favorites   0 Comments

Color spaces of #fdcaaf

RGB 253202175
HSL0.060.950.84
HSV21°31°99°
CMYK 0.000.200.31   0.01
XYZ69.366466.218949.6830
Yxy66.21890.37440.3574
Hunter Lab81.37509.752320.7634
CIE-Lab85.108014.356820.3506

#fdcaaf color RGB value is (253,202,175).

#fdcaaf hex color red value is 253, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fdcaaf hue: 0.06 , saturation: 0.95 and the lightness value of fdcaaf is 0.84.

The process color (four color CMYK) of #fdcaaf color hex is 0.00, 0.20, 0.31, 0.01. Web safe color of #fdcaaf is #ffcc99. Color #fdcaaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 10101111
Octal 375 312 257
Decimal 253 202 175
Hex FD CA AF

RGB Percentages of Color #fdcaaf

%40.16
%32.06
%27.78

CMYK Percentages of Color #fdcaaf

%0
%20
%31
%1

Triadic Colors of #fdcaaf

#fdcaaf #affdca #caaffd

Analogous Colors of #fdcaaf

#fdcaaf #fdf1af #fdafbb

Monochromatic Colors of #fdcaaf

#fdcaaf

Complementary Color

#fdcaaf #afe2fd

#fdcaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcaaf Color CSS Codes

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

#fdcaaf Text Font Color

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

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


#fdcaaf Background Color

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

This div background color is #fdcaaf


#fdcaaf Border Color

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

This div border color is #fdcaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcaaf


Comments

No comments written yet.

Please login to write comment.