Color Hex Logo

#fdd700 Color Hex

#FDD700
(253,215,0)
0 Favorites   0 Comments

Color spaces of #fdd700

RGB 2532150
HSL0.141.000.50
HSV51°100°99°
CMYK 0.000.151.00   0.01
XYZ64.808569.48359.9959
Yxy69.48350.44920.4816
Hunter Lab83.3568-7.093551.2399
CIE-Lab86.7429-2.774586.9200

#fdd700 color RGB value is (253,215,0).

#fdd700 hex color red value is 253, green value is 215 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fdd700 hue: 0.14 , saturation: 1.00 and the lightness value of fdd700 is 0.50.

The process color (four color CMYK) of #fdd700 color hex is 0.00, 0.15, 1.00, 0.01. Web safe color of #fdd700 is #ffcc00. Color #fdd700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010111 00000000
Octal 375 327 0
Decimal 253 215 0
Hex FD D7 0

RGB Percentages of Color #fdd700

%54.06
%45.94
%0.00

CMYK Percentages of Color #fdd700

%0
%15
%100
%1

Triadic Colors of #fdd700

#fdd700 #00fdd7 #d700fd

Analogous Colors of #fdd700

#fdd700 #a5fd00 #fd5800

Monochromatic Colors of #fdd700

#fdd700

Complementary Color

#fdd700 #0026fd

#fdd700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd700 Color CSS Codes

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

#fdd700 Text Font Color

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

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


#fdd700 Background Color

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

This div background color is #fdd700


#fdd700 Border Color

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

This div border color is #fdd700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd700

Related Colors

#fdd700 Color Palettes


Comments

No comments written yet.

Please login to write comment.