Color Hex Logo

#fdcf17 Color Hex

#FDCF17
(253,207,23)
0 Favorites   0 Comments

Color spaces of #fdcf17

RGB 25320723
HSL0.130.980.54
HSV48°91°99°
CMYK 0.000.180.91   0.01
XYZ62.975565.570210.1478
Yxy65.57020.45410.4728
Hunter Lab80.9754-2.885549.2526
CIE-Lab84.77671.511883.0752

#fdcf17 color RGB value is (253,207,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 00010111
Octal 375 317 27
Decimal 253 207 23
Hex FD CF 17

RGB Percentages of Color #fdcf17

%52.38
%42.86
%4.76

CMYK Percentages of Color #fdcf17

%0
%18
%91
%1

Triadic Colors of #fdcf17

#fdcf17 #17fdcf #cf17fd

Analogous Colors of #fdcf17

#fdcf17 #b8fd17 #fd5c17

Monochromatic Colors of #fdcf17

#fdcf17

Complementary Color

#fdcf17 #1745fd

#fdcf17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcf17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcf17 Color CSS Codes

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

#fdcf17 Text Font Color

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

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


#fdcf17 Background Color

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

This div background color is #fdcf17


#fdcf17 Border Color

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

This div border color is #fdcf17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcf17


Comments

No comments written yet.

Please login to write comment.