Color Hex Logo

#fdc12d Color Hex

#FDC12D
(253,193,45)
0 Favorites   0 Comments

Color spaces of #fdc12d

RGB 25319345
HSL0.120.980.58
HSV43°82°99°
CMYK 0.000.240.82   0.01
XYZ60.051659.212010.7466
Yxy59.21200.46190.4554
Hunter Lab76.94934.640945.5842
CIE-Lab81.40809.178975.5175

#fdc12d color RGB value is (253,193,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000001 00101101
Octal 375 301 55
Decimal 253 193 45
Hex FD C1 2D

RGB Percentages of Color #fdc12d

%51.53
%39.31
%9.16

CMYK Percentages of Color #fdc12d

%0
%24
%82
%1

Triadic Colors of #fdc12d

#fdc12d #2dfdc1 #c12dfd

Analogous Colors of #fdc12d

#fdc12d #d1fd2d #fd592d

Monochromatic Colors of #fdc12d

#fdc12d

Complementary Color

#fdc12d #2d69fd

#fdc12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc12d Color CSS Codes

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

#fdc12d Text Font Color

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

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


#fdc12d Background Color

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

This div background color is #fdc12d


#fdc12d Border Color

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

This div border color is #fdc12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc12d


Comments

No comments written yet.

Please login to write comment.