Color Hex Logo

#fdc70d Color Hex

#FDC70D
(253,199,13)
0 Favorites   0 Comments

Color spaces of #fdc70d

RGB 25319913
HSL0.130.980.52
HSV47°95°99°
CMYK 0.000.210.95   0.01
XYZ61.004161.75869.0861
Yxy61.75860.46270.4684
Hunter Lab78.58661.036848.1556
CIE-Lab82.78495.500582.9206

#fdc70d color RGB value is (253,199,13).

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

The process color (four color CMYK) of #fdc70d color hex is 0.00, 0.21, 0.95, 0.01. Web safe color of #fdc70d is #ffcc00. Color #fdc70d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000111 00001101
Octal 375 307 15
Decimal 253 199 13
Hex FD C7 D

RGB Percentages of Color #fdc70d

%54.41
%42.80
%2.80

CMYK Percentages of Color #fdc70d

%0
%21
%95
%1

Triadic Colors of #fdc70d

#fdc70d #0dfdc7 #c70dfd

Analogous Colors of #fdc70d

#fdc70d #bbfd0d #fd4f0d

Monochromatic Colors of #fdc70d

#fdc70d

Complementary Color

#fdc70d #0d43fd

#fdc70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc70d Color CSS Codes

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

#fdc70d Text Font Color

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

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


#fdc70d Background Color

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

This div background color is #fdc70d


#fdc70d Border Color

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

This div border color is #fdc70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc70d

Related Colors


Comments

No comments written yet.

Please login to write comment.