Color Hex Logo

#fdecca Color Hex

#FDECCA
(253,236,202)
0 Favorites   0 Comments

Color spaces of #fdecca

RGB 253236202
HSL0.110.930.89
HSV40°20°99°
CMYK 0.000.070.20   0.01
XYZ81.164185.137868.0325
Yxy85.13780.34640.3633
Hunter Lab92.2701-4.457820.8735
CIE-Lab93.94250.474218.5746

#fdecca color RGB value is (253,236,202).

#fdecca hex color red value is 253, green value is 236 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fdecca hue: 0.11 , saturation: 0.93 and the lightness value of fdecca is 0.89.

The process color (four color CMYK) of #fdecca color hex is 0.00, 0.07, 0.20, 0.01. Web safe color of #fdecca is #ffffcc. Color #fdecca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 11001010
Octal 375 354 312
Decimal 253 236 202
Hex FD EC CA

RGB Percentages of Color #fdecca

%36.61
%34.15
%29.23

CMYK Percentages of Color #fdecca

%0
%7
%20
%1

Triadic Colors of #fdecca

#fdecca #cafdec #eccafd

Analogous Colors of #fdecca

#fdecca #f5fdca #fdd3ca

Monochromatic Colors of #fdecca

#fdecca

Complementary Color

#fdecca #cadbfd

#fdecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdecca Color CSS Codes

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

#fdecca Text Font Color

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

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


#fdecca Background Color

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

This div background color is #fdecca


#fdecca Border Color

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

This div border color is #fdecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdecca


Comments

No comments written yet.

Please login to write comment.