Color Hex Logo

#fdc907 Color Hex

#FDC907
(253,201,7)
0 Favorites   0 Comments

Color spaces of #fdc907

RGB 2532017
HSL0.130.980.51
HSV47°97°99°
CMYK 0.000.210.97   0.01
XYZ61.433062.67139.0599
Yxy62.67130.46130.4706
Hunter Lab79.1652-0.021348.6303
CIE-Lab83.26914.421783.8396

#fdc907 color RGB value is (253,201,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001001 00000111
Octal 375 311 7
Decimal 253 201 7
Hex FD C9 7

RGB Percentages of Color #fdc907

%54.88
%43.60
%1.52

CMYK Percentages of Color #fdc907

%0
%21
%97
%1

Triadic Colors of #fdc907

#fdc907 #07fdc9 #c907fd

Analogous Colors of #fdc907

#fdc907 #b6fd07 #fd4e07

Monochromatic Colors of #fdc907

#fdc907

Complementary Color

#fdc907 #073bfd

#fdc907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc907 Color CSS Codes

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

#fdc907 Text Font Color

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

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


#fdc907 Background Color

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

This div background color is #fdc907


#fdc907 Border Color

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

This div border color is #fdc907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc907

Related Colors


Comments

No comments written yet.

Please login to write comment.