Color Hex Logo

#fdcab3 Color Hex

#FDCAB3
(253,202,179)
0 Favorites   0 Comments

Color spaces of #fdcab3

RGB 253202179
HSL0.050.950.85
HSV19°29°99°
CMYK 0.000.200.29   0.01
XYZ69.765266.378451.7831
Yxy66.37840.37120.3532
Hunter Lab81.472910.271719.3471
CIE-Lab85.189114.868218.3508

#fdcab3 color RGB value is (253,202,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 10110011
Octal 375 312 263
Decimal 253 202 179
Hex FD CA B3

RGB Percentages of Color #fdcab3

%39.91
%31.86
%28.23

CMYK Percentages of Color #fdcab3

%0
%20
%29
%1

Triadic Colors of #fdcab3

#fdcab3 #b3fdca #cab3fd

Analogous Colors of #fdcab3

#fdcab3 #fdefb3 #fdb3c1

Monochromatic Colors of #fdcab3

#fdcab3

Complementary Color

#fdcab3 #b3e6fd

#fdcab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcab3 Color CSS Codes

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

#fdcab3 Text Font Color

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

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


#fdcab3 Background Color

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

This div background color is #fdcab3


#fdcab3 Border Color

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

This div border color is #fdcab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcab3


Comments

No comments written yet.

Please login to write comment.