Color Hex Logo

#fdc447 Color Hex

#FDC447
(253,196,71)
0 Favorites   0 Comments

Color spaces of #fdc447

RGB 25319671
HSL0.110.980.64
HSV41°72°99°
CMYK 0.000.230.72   0.01
XYZ61.385360.817414.4648
Yxy60.81740.44920.4450
Hunter Lab77.98554.029443.5927
CIE-Lab82.28058.571267.3988

#fdc447 color RGB value is (253,196,71).

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

The process color (four color CMYK) of #fdc447 color hex is 0.00, 0.23, 0.72, 0.01. Web safe color of #fdc447 is #ffcc33. Color #fdc447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000100 01000111
Octal 375 304 107
Decimal 253 196 71
Hex FD C4 47

RGB Percentages of Color #fdc447

%48.65
%37.69
%13.65

CMYK Percentages of Color #fdc447

%0
%23
%72
%1

Triadic Colors of #fdc447

#fdc447 #47fdc4 #c447fd

Analogous Colors of #fdc447

#fdc447 #dbfd47 #fd6947

Monochromatic Colors of #fdc447

#fdc447

Complementary Color

#fdc447 #4780fd

#fdc447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc447 Color CSS Codes

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

#fdc447 Text Font Color

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

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


#fdc447 Background Color

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

This div background color is #fdc447


#fdc447 Border Color

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

This div border color is #fdc447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc447


Comments

No comments written yet.

Please login to write comment.