Color Hex Logo

#fdc84a Color Hex

#FDC84A
(253,200,74)
0 Favorites   0 Comments

Color spaces of #fdc84a

RGB 25320074
HSL0.120.980.64
HSV42°71°99°
CMYK 0.000.210.71   0.01
XYZ62.398362.685615.2894
Yxy62.68560.44450.4466
Hunter Lab79.17422.123443.9724
CIE-Lab83.27676.641667.2130

#fdc84a color RGB value is (253,200,74).

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

The process color (four color CMYK) of #fdc84a color hex is 0.00, 0.21, 0.71, 0.01. Web safe color of #fdc84a is #ffcc33. Color #fdc84a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001000 01001010
Octal 375 310 112
Decimal 253 200 74
Hex FD C8 4A

RGB Percentages of Color #fdc84a

%48.01
%37.95
%14.04

CMYK Percentages of Color #fdc84a

%0
%21
%71
%1

Triadic Colors of #fdc84a

#fdc84a #4afdc8 #c84afd

Analogous Colors of #fdc84a

#fdc84a #d9fd4a #fd6f4a

Monochromatic Colors of #fdc84a

#fdc84a

Complementary Color

#fdc84a #4a7ffd

#fdc84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc84a Color CSS Codes

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

#fdc84a Text Font Color

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

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


#fdc84a Background Color

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

This div background color is #fdc84a


#fdc84a Border Color

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

This div border color is #fdc84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc84a


Comments

No comments written yet.

Please login to write comment.