Color Hex Logo

#fdc15d Color Hex

#FDC15D
(253,193,93)
0 Favorites   0 Comments

Color spaces of #fdc15d

RGB 25319393
HSL0.100.980.68
HSV38°63°99°
CMYK 0.000.240.63   0.01
XYZ61.553859.812918.6567
Yxy59.81290.43960.4272
Hunter Lab77.33886.724939.8344
CIE-Lab81.736411.311557.4261

#fdc15d color RGB value is (253,193,93).

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

The process color (four color CMYK) of #fdc15d color hex is 0.00, 0.24, 0.63, 0.01. Web safe color of #fdc15d is #ffcc66. Color #fdc15d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000001 01011101
Octal 375 301 135
Decimal 253 193 93
Hex FD C1 5D

RGB Percentages of Color #fdc15d

%46.94
%35.81
%17.25

CMYK Percentages of Color #fdc15d

%0
%24
%63
%1

Triadic Colors of #fdc15d

#fdc15d #5dfdc1 #c15dfd

Analogous Colors of #fdc15d

#fdc15d #e9fd5d #fd715d

Monochromatic Colors of #fdc15d

#fdc15d

Complementary Color

#fdc15d #5d99fd

#fdc15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc15d Color CSS Codes

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

#fdc15d Text Font Color

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

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


#fdc15d Background Color

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

This div background color is #fdc15d


#fdc15d Border Color

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

This div border color is #fdc15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc15d


Comments

No comments written yet.

Please login to write comment.