Color Hex Logo

#fdcf7a Color Hex

#FDCF7A
(253,207,122)
0 Favorites   0 Comments

Color spaces of #fdcf7a

RGB 253207122
HSL0.110.970.74
HSV39°52°99°
CMYK 0.000.180.52   0.01
XYZ66.333766.913427.8318
Yxy66.91340.41180.4154
Hunter Lab81.80061.598037.0876
CIE-Lab85.46026.180148.0035

#fdcf7a color RGB value is (253,207,122).

#fdcf7a hex color red value is 253, green value is 207 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fdcf7a hue: 0.11 , saturation: 0.97 and the lightness value of fdcf7a is 0.74.

The process color (four color CMYK) of #fdcf7a color hex is 0.00, 0.18, 0.52, 0.01. Web safe color of #fdcf7a is #ffcc66. Color #fdcf7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 01111010
Octal 375 317 172
Decimal 253 207 122
Hex FD CF 7A

RGB Percentages of Color #fdcf7a

%43.47
%35.57
%20.96

CMYK Percentages of Color #fdcf7a

%0
%18
%52
%1

Triadic Colors of #fdcf7a

#fdcf7a #7afdcf #cf7afd

Analogous Colors of #fdcf7a

#fdcf7a #eafd7a #fd8e7a

Monochromatic Colors of #fdcf7a

#fdcf7a

Complementary Color

#fdcf7a #7aa8fd

#fdcf7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcf7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcf7a Color CSS Codes

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

#fdcf7a Text Font Color

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

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


#fdcf7a Background Color

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

This div background color is #fdcf7a


#fdcf7a Border Color

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

This div border color is #fdcf7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcf7a

Related Colors


Comments

No comments written yet.

Please login to write comment.