Color Hex Logo

#fdcf14 Color Hex

#FDCF14
(253,207,20)
1 Favorites   0 Comments

Color spaces of #fdcf14

RGB 25320720
HSL0.130.980.54
HSV48°92°99°
CMYK 0.000.180.92   0.01
XYZ62.947165.55889.9983
Yxy65.55880.45450.4733
Hunter Lab80.9684-2.923849.3565
CIE-Lab84.77091.471583.5126

#fdcf14 color RGB value is (253,207,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 00010100
Octal 375 317 24
Decimal 253 207 20
Hex FD CF 14

RGB Percentages of Color #fdcf14

%52.71
%43.13
%4.17

CMYK Percentages of Color #fdcf14

%0
%18
%92
%1

Triadic Colors of #fdcf14

#fdcf14 #14fdcf #cf14fd

Analogous Colors of #fdcf14

#fdcf14 #b7fd14 #fd5b14

Monochromatic Colors of #fdcf14

#fdcf14

Complementary Color

#fdcf14 #1442fd

#fdcf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcf14 Color CSS Codes

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

#fdcf14 Text Font Color

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

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


#fdcf14 Background Color

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

This div background color is #fdcf14


#fdcf14 Border Color

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

This div border color is #fdcf14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcf14

Related Colors


Comments

No comments written yet.

Please login to write comment.