color codes Logo

#fdee0d color codes

#FDEE0D
(253,238,13)
0 Favorites   0 Comments

Color spaces of #fdee0d

RGB 25323813
HSL0.160.980.52
HSV56°95°99°
CMYK 0.000.060.95   0.01
XYZ71.155282.060812.4698
Yxy82.06080.42950.4953
Hunter Lab90.5874-18.318655.2496
CIE-Lab92.6017-14.107090.1196

#fdee0d color RGB value is (253,238,13).

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

The process color (four color CMYK) of #fdee0d color code is 0.00, 0.06, 0.95, 0.01. Web safe color of #fdee0d is #ffff00. Color #fdee0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 00001101
Octal 375 356 15
Decimal 253 238 13
Hex FD EE D

RGB Percentages of Color #fdee0d

%50.20
%47.22
%2.58

CMYK Percentages of Color #fdee0d

%0
%6
%95
%1

Triadic Colors of #fdee0d

#fdee0d #0dfdee #ee0dfd

Analogous Colors of #fdee0d

#fdee0d #94fd0d #fd760d

Monochromatic Colors of #fdee0d

#fdee0d

Complementary Color

#fdee0d #0d1cfd

#fdee0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee0d Color CSS Codes

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

#fdee0d Text Font Color

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

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


#fdee0d Background Color

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

This div background color is #fdee0d


#fdee0d Border Color

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

This div border color is #fdee0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee0d

Related Colors


Comments

No comments written yet.

Please login to write comment.