Color Hex Logo

#fdc845 Color Hex

#FDC845
(253,200,69)
0 Favorites   0 Comments

Color spaces of #fdc845

RGB 25320069
HSL0.120.980.63
HSV43°73°99°
CMYK 0.000.210.73   0.01
XYZ62.236562.620914.4370
Yxy62.62090.44680.4496
Hunter Lab79.13341.902644.5766
CIE-Lab83.24256.413069.1229

#fdc845 color RGB value is (253,200,69).

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

The process color (four color CMYK) of #fdc845 color hex is 0.00, 0.21, 0.73, 0.01. Web safe color of #fdc845 is #ffcc33. Color #fdc845 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001000 01000101
Octal 375 310 105
Decimal 253 200 69
Hex FD C8 45

RGB Percentages of Color #fdc845

%48.47
%38.31
%13.22

CMYK Percentages of Color #fdc845

%0
%21
%73
%1

Triadic Colors of #fdc845

#fdc845 #45fdc8 #c845fd

Analogous Colors of #fdc845

#fdc845 #d6fd45 #fd6c45

Monochromatic Colors of #fdc845

#fdc845

Complementary Color

#fdc845 #457afd

#fdc845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc845 Color CSS Codes

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

#fdc845 Text Font Color

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

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


#fdc845 Background Color

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

This div background color is #fdc845


#fdc845 Border Color

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

This div border color is #fdc845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc845


Comments

No comments written yet.

Please login to write comment.