Color Hex Logo

#fded1c Color Hex

#FDED1C
(253,237,28)
1 Favorites   0 Comments

Color spaces of #fded1c

RGB 25323728
HSL0.150.980.55
HSV56°89°99°
CMYK 0.000.060.89   0.01
XYZ71.001881.534913.0942
Yxy81.53490.42870.4923
Hunter Lab90.2967-17.661654.6098
CIE-Lab92.3692-13.431488.1239

#fded1c color RGB value is (253,237,28).

#fded1c hex color red value is 253, green value is 237 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #fded1c hue: 0.15 , saturation: 0.98 and the lightness value of fded1c is 0.55.

The process color (four color CMYK) of #fded1c color hex is 0.00, 0.06, 0.89, 0.01. Web safe color of #fded1c is #ffff33. Color #fded1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 00011100
Octal 375 355 34
Decimal 253 237 28
Hex FD ED 1C

RGB Percentages of Color #fded1c

%48.84
%45.75
%5.41

CMYK Percentages of Color #fded1c

%0
%6
%89
%1

Triadic Colors of #fded1c

#fded1c #1cfded #ed1cfd

Analogous Colors of #fded1c

#fded1c #9dfd1c #fd7d1c

Monochromatic Colors of #fded1c

#fded1c

Complementary Color

#fded1c #1c2cfd

#fded1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fded1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fded1c Color CSS Codes

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

#fded1c Text Font Color

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

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


#fded1c Background Color

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

This div background color is #fded1c


#fded1c Border Color

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

This div border color is #fded1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fded1c


Comments

No comments written yet.

Please login to write comment.