Color Hex Logo

#fdc170 Color Hex

#FDC170
(253,193,112)
0 Favorites   0 Comments

Color spaces of #fdc170

RGB 253193112
HSL0.100.970.72
HSV34°56°99°
CMYK 0.000.240.56   0.01
XYZ62.502660.192423.6533
Yxy60.19240.42710.4113
Hunter Lab77.58388.030636.2326
CIE-Lab81.942712.633748.6382

#fdc170 color RGB value is (253,193,112).

#fdc170 hex color red value is 253, green value is 193 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fdc170 hue: 0.10 , saturation: 0.97 and the lightness value of fdc170 is 0.72.

The process color (four color CMYK) of #fdc170 color hex is 0.00, 0.24, 0.56, 0.01. Web safe color of #fdc170 is #ffcc66. Color #fdc170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000001 01110000
Octal 375 301 160
Decimal 253 193 112
Hex FD C1 70

RGB Percentages of Color #fdc170

%45.34
%34.59
%20.07

CMYK Percentages of Color #fdc170

%0
%24
%56
%1

Triadic Colors of #fdc170

#fdc170 #70fdc1 #c170fd

Analogous Colors of #fdc170

#fdc170 #f3fd70 #fd7b70

Monochromatic Colors of #fdc170

#fdc170

Complementary Color

#fdc170 #70acfd

#fdc170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc170 Color CSS Codes

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

#fdc170 Text Font Color

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

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


#fdc170 Background Color

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

This div background color is #fdc170


#fdc170 Border Color

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

This div border color is #fdc170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc170


Comments

No comments written yet.

Please login to write comment.