Color Hex Logo

#fdcd0e Color Hex

#FDCD0E
(253,205,14)
0 Favorites   0 Comments

Color spaces of #fdcd0e

RGB 25320514
HSL0.130.980.52
HSV48°94°99°
CMYK 0.000.190.94   0.01
XYZ62.418664.57709.5903
Yxy64.57700.45700.4728
Hunter Lab80.3598-1.981849.1761
CIE-Lab84.26532.427583.8854

#fdcd0e color RGB value is (253,205,14).

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

The process color (four color CMYK) of #fdcd0e color hex is 0.00, 0.19, 0.94, 0.01. Web safe color of #fdcd0e is #ffcc00. Color #fdcd0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 00001110
Octal 375 315 16
Decimal 253 205 14
Hex FD CD E

RGB Percentages of Color #fdcd0e

%53.60
%43.43
%2.97

CMYK Percentages of Color #fdcd0e

%0
%19
%94
%1

Triadic Colors of #fdcd0e

#fdcd0e #0efdcd #cd0efd

Analogous Colors of #fdcd0e

#fdcd0e #b6fd0e #fd560e

Monochromatic Colors of #fdcd0e

#fdcd0e

Complementary Color

#fdcd0e #0e3efd

#fdcd0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcd0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcd0e Color CSS Codes

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

#fdcd0e Text Font Color

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

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


#fdcd0e Background Color

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

This div background color is #fdcd0e


#fdcd0e Border Color

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

This div border color is #fdcd0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcd0e


Comments

No comments written yet.

Please login to write comment.