Color Hex Logo

#fdcab7 Color Hex

#FDCAB7
(253,202,183)
0 Favorites   0 Comments

Color spaces of #fdcab7

RGB 253202183
HSL0.050.950.85
HSV16°28°99°
CMYK 0.000.200.28   0.01
XYZ70.175866.542653.9451
Yxy66.54260.36810.3490
Hunter Lab81.573610.805317.8928
CIE-Lab85.272415.392016.3515

#fdcab7 color RGB value is (253,202,183).

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

The process color (four color CMYK) of #fdcab7 color hex is 0.00, 0.20, 0.28, 0.01. Web safe color of #fdcab7 is #ffcccc. Color #fdcab7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 10110111
Octal 375 312 267
Decimal 253 202 183
Hex FD CA B7

RGB Percentages of Color #fdcab7

%39.66
%31.66
%28.68

CMYK Percentages of Color #fdcab7

%0
%20
%28
%1

Triadic Colors of #fdcab7

#fdcab7 #b7fdca #cab7fd

Analogous Colors of #fdcab7

#fdcab7 #fdedb7 #fdb7c7

Monochromatic Colors of #fdcab7

#fdcab7

Complementary Color

#fdcab7 #b7eafd

#fdcab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcab7 Color CSS Codes

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

#fdcab7 Text Font Color

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

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


#fdcab7 Background Color

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

This div background color is #fdcab7


#fdcab7 Border Color

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

This div border color is #fdcab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcab7


Comments

No comments written yet.

Please login to write comment.