Color Hex Logo

#fdee3c Color Hex

#FDEE3C
(253,238,60)
0 Favorites   0 Comments

Color spaces of #fdee3c

RGB 25323860
HSL0.150.980.61
HSV55°76°99°
CMYK 0.000.060.76   0.01
XYZ71.898282.358016.3822
Yxy82.35800.42130.4826
Hunter Lab90.7513-17.397252.8230
CIE-Lab92.7326-13.096781.0964

#fdee3c color RGB value is (253,238,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 00111100
Octal 375 356 74
Decimal 253 238 60
Hex FD EE 3C

RGB Percentages of Color #fdee3c

%45.92
%43.19
%10.89

CMYK Percentages of Color #fdee3c

%0
%6
%76
%1

Triadic Colors of #fdee3c

#fdee3c #3cfdee #ee3cfd

Analogous Colors of #fdee3c

#fdee3c #acfd3c #fd8e3c

Monochromatic Colors of #fdee3c

#fdee3c

Complementary Color

#fdee3c #3c4bfd

#fdee3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee3c Color CSS Codes

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

#fdee3c Text Font Color

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

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


#fdee3c Background Color

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

This div background color is #fdee3c


#fdee3c Border Color

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

This div border color is #fdee3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee3c


Comments

No comments written yet.

Please login to write comment.