Color Hex Logo

#fdc418 Color Hex

#FDC418
(253,196,24)
0 Favorites   0 Comments

Color spaces of #fdc418

RGB 25319624
HSL0.130.980.54
HSV45°91°99°
CMYK 0.000.230.91   0.01
XYZ60.412860.42859.3439
Yxy60.42850.46410.4642
Hunter Lab77.73582.684747.2883
CIE-Lab82.07057.181580.8701

#fdc418 color RGB value is (253,196,24).

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

The process color (four color CMYK) of #fdc418 color hex is 0.00, 0.23, 0.91, 0.01. Web safe color of #fdc418 is #ffcc00. Color #fdc418 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000100 00011000
Octal 375 304 30
Decimal 253 196 24
Hex FD C4 18

RGB Percentages of Color #fdc418

%53.49
%41.44
%5.07

CMYK Percentages of Color #fdc418

%0
%23
%91
%1

Triadic Colors of #fdc418

#fdc418 #18fdc4 #c418fd

Analogous Colors of #fdc418

#fdc418 #c4fd18 #fd5218

Monochromatic Colors of #fdc418

#fdc418

Complementary Color

#fdc418 #1851fd

#fdc418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc418 Color CSS Codes

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

#fdc418 Text Font Color

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

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


#fdc418 Background Color

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

This div background color is #fdc418


#fdc418 Border Color

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

This div border color is #fdc418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc418


Comments

No comments written yet.

Please login to write comment.