Color Hex Logo

#fdca4e Color Hex

#FDCA4E
(253,202,78)
0 Favorites   0 Comments

Color spaces of #fdca4e

RGB 25320278
HSL0.120.980.65
HSV43°69°99°
CMYK 0.000.200.69   0.01
XYZ63.003763.673816.1773
Yxy63.67380.44100.4457
Hunter Lab79.79591.293943.8370
CIE-Lab83.79565.805666.1332

#fdca4e color RGB value is (253,202,78).

#fdca4e hex color red value is 253, green value is 202 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fdca4e hue: 0.12 , saturation: 0.98 and the lightness value of fdca4e is 0.65.

The process color (four color CMYK) of #fdca4e color hex is 0.00, 0.20, 0.69, 0.01. Web safe color of #fdca4e is #ffcc66. Color #fdca4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 01001110
Octal 375 312 116
Decimal 253 202 78
Hex FD CA 4E

RGB Percentages of Color #fdca4e

%47.47
%37.90
%14.63

CMYK Percentages of Color #fdca4e

%0
%20
%69
%1

Triadic Colors of #fdca4e

#fdca4e #4efdca #ca4efd

Analogous Colors of #fdca4e

#fdca4e #d9fd4e #fd734e

Monochromatic Colors of #fdca4e

#fdca4e

Complementary Color

#fdca4e #4e81fd

#fdca4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdca4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdca4e Color CSS Codes

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

#fdca4e Text Font Color

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

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


#fdca4e Background Color

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

This div background color is #fdca4e


#fdca4e Border Color

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

This div border color is #fdca4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdca4e

Related Colors


Comments

No comments written yet.

Please login to write comment.