Color Hex Logo

#fdcf0e Color Hex

#FDCF0E
(253,207,14)
0 Favorites   0 Comments

Color spaces of #fdcf0e

RGB 25320714
HSL0.130.980.52
HSV48°94°99°
CMYK 0.000.180.94   0.01
XYZ62.900165.54009.7508
Yxy65.54000.45520.4743
Hunter Lab80.9568-2.987249.5286
CIE-Lab84.76121.404584.2468

#fdcf0e color RGB value is (253,207,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 00001110
Octal 375 317 16
Decimal 253 207 14
Hex FD CF E

RGB Percentages of Color #fdcf0e

%53.38
%43.67
%2.95

CMYK Percentages of Color #fdcf0e

%0
%18
%94
%1

Triadic Colors of #fdcf0e

#fdcf0e #0efdcf #cf0efd

Analogous Colors of #fdcf0e

#fdcf0e #b4fd0e #fd570e

Monochromatic Colors of #fdcf0e

#fdcf0e

Complementary Color

#fdcf0e #0e3cfd

#fdcf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcf0e Color CSS Codes

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

#fdcf0e Text Font Color

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

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


#fdcf0e Background Color

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

This div background color is #fdcf0e


#fdcf0e Border Color

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

This div border color is #fdcf0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,207,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 #fdcf0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcf0e


Comments

No comments written yet.

Please login to write comment.