Color Hex Logo

#fdc44a Color Hex

#FDC44A
(253,196,74)
0 Favorites   0 Comments

Color spaces of #fdc44a

RGB 25319674
HSL0.110.980.64
HSV41°71°99°
CMYK 0.000.230.71   0.01
XYZ61.484060.856914.9846
Yxy60.85690.44770.4432
Hunter Lab78.01084.165343.2189
CIE-Lab82.30188.711066.2275

#fdc44a color RGB value is (253,196,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000100 01001010
Octal 375 304 112
Decimal 253 196 74
Hex FD C4 4A

RGB Percentages of Color #fdc44a

%48.37
%37.48
%14.15

CMYK Percentages of Color #fdc44a

%0
%23
%71
%1

Triadic Colors of #fdc44a

#fdc44a #4afdc4 #c44afd

Analogous Colors of #fdc44a

#fdc44a #ddfd4a #fd6b4a

Monochromatic Colors of #fdc44a

#fdc44a

Complementary Color

#fdc44a #4a83fd

#fdc44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc44a Color CSS Codes

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

#fdc44a Text Font Color

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

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


#fdc44a Background Color

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

This div background color is #fdc44a


#fdc44a Border Color

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

This div border color is #fdc44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc44a

Related Colors


Comments

No comments written yet.

Please login to write comment.