Color Hex Logo

#fdc070 Color Hex

#FDC070
(253,192,112)
0 Favorites   0 Comments

Color spaces of #fdc070

RGB 253192112
HSL0.090.970.72
HSV34°56°99°
CMYK 0.000.240.56   0.01
XYZ62.282359.751823.5798
Yxy59.75180.42770.4103
Hunter Lab77.29938.548936.0234
CIE-Lab81.703113.154948.3498

#fdc070 color RGB value is (253,192,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 01110000
Octal 375 300 160
Decimal 253 192 112
Hex FD C0 70

RGB Percentages of Color #fdc070

%45.42
%34.47
%20.11

CMYK Percentages of Color #fdc070

%0
%24
%56
%1

Triadic Colors of #fdc070

#fdc070 #70fdc0 #c070fd

Analogous Colors of #fdc070

#fdc070 #f4fd70 #fd7a70

Monochromatic Colors of #fdc070

#fdc070

Complementary Color

#fdc070 #70adfd

#fdc070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc070 Color CSS Codes

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

#fdc070 Text Font Color

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

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


#fdc070 Background Color

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

This div background color is #fdc070


#fdc070 Border Color

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

This div border color is #fdc070


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,192,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 #fdc070">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc070


Comments

No comments written yet.

Please login to write comment.