Color Hex Logo

#fdc14a Color Hex

#FDC14A
(253,193,74)
0 Favorites   0 Comments

Color spaces of #fdc14a

RGB 25319374
HSL0.110.980.64
HSV40°71°99°
CMYK 0.000.240.71   0.01
XYZ60.814059.517014.7612
Yxy59.51700.45020.4406
Hunter Lab77.14735.701142.6587
CIE-Lab81.574910.267365.4901

#fdc14a color RGB value is (253,193,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000001 01001010
Octal 375 301 112
Decimal 253 193 74
Hex FD C1 4A

RGB Percentages of Color #fdc14a

%48.65
%37.12
%14.23

CMYK Percentages of Color #fdc14a

%0
%24
%71
%1

Triadic Colors of #fdc14a

#fdc14a #4afdc1 #c14afd

Analogous Colors of #fdc14a

#fdc14a #e0fd4a #fd684a

Monochromatic Colors of #fdc14a

#fdc14a

Complementary Color

#fdc14a #4a86fd

#fdc14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc14a Color CSS Codes

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

#fdc14a Text Font Color

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

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


#fdc14a Background Color

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

This div background color is #fdc14a


#fdc14a Border Color

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

This div border color is #fdc14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc14a


Comments

No comments written yet.

Please login to write comment.