Color Hex Logo

#fdc24e Color Hex

#FDC24E
(253,194,78)
0 Favorites   0 Comments

Color spaces of #fdc24e

RGB 25319478
HSL0.110.980.65
HSV40°69°99°
CMYK 0.000.230.69   0.01
XYZ61.174960.016315.5678
Yxy60.01630.44730.4388
Hunter Lab77.47025.381042.3147
CIE-Lab81.84709.945164.1209

#fdc24e color RGB value is (253,194,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 01001110
Octal 375 302 116
Decimal 253 194 78
Hex FD C2 4E

RGB Percentages of Color #fdc24e

%48.19
%36.95
%14.86

CMYK Percentages of Color #fdc24e

%0
%23
%69
%1

Triadic Colors of #fdc24e

#fdc24e #4efdc2 #c24efd

Analogous Colors of #fdc24e

#fdc24e #e1fd4e #fd6b4e

Monochromatic Colors of #fdc24e

#fdc24e

Complementary Color

#fdc24e #4e89fd

#fdc24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc24e Color CSS Codes

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

#fdc24e Text Font Color

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

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


#fdc24e Background Color

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

This div background color is #fdc24e


#fdc24e Border Color

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

This div border color is #fdc24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc24e

Related Colors


Comments

No comments written yet.

Please login to write comment.