Color Hex Logo

#fdfc17 Color Hex

#FDFC17
(253,252,23)
0 Favorites   0 Comments

Color spaces of #fdfc17

RGB 25325223
HSL0.170.980.54
HSV60°91°99°
CMYK 0.000.000.91   0.01
XYZ75.473190.565314.3136
Yxy90.56530.41850.5022
Hunter Lab95.1658-24.977257.6984
CIE-Lab96.2308-20.745991.8079

#fdfc17 color RGB value is (253,252,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 00010111
Octal 375 374 27
Decimal 253 252 23
Hex FD FC 17

RGB Percentages of Color #fdfc17

%47.92
%47.73
%4.36

CMYK Percentages of Color #fdfc17

%0
%0
%91
%1

Triadic Colors of #fdfc17

#fdfc17 #17fdfc #fc17fd

Analogous Colors of #fdfc17

#fdfc17 #8bfd17 #fd8917

Monochromatic Colors of #fdfc17

#fdfc17

Complementary Color

#fdfc17 #1718fd

#fdfc17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfc17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfc17 Color CSS Codes

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

#fdfc17 Text Font Color

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

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


#fdfc17 Background Color

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

This div background color is #fdfc17


#fdfc17 Border Color

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

This div border color is #fdfc17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfc17


Comments

No comments written yet.

Please login to write comment.