Color Hex Logo

#fdd600 Color Hex

#FDD600
(253,214,0)
0 Favorites   0 Comments

Color spaces of #fdd600

RGB 2532140
HSL0.141.000.50
HSV51°100°99°
CMYK 0.000.151.00   0.01
XYZ64.554668.97589.9113
Yxy68.97580.45000.4809
Hunter Lab83.0517-6.595551.0606
CIE-Lab86.4921-2.268786.7427

#fdd600 color RGB value is (253,214,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 00000000
Octal 375 326 0
Decimal 253 214 0
Hex FD D6 0

RGB Percentages of Color #fdd600

%54.18
%45.82
%0.00

CMYK Percentages of Color #fdd600

%0
%15
%100
%1

Triadic Colors of #fdd600

#fdd600 #00fdd6 #d600fd

Analogous Colors of #fdd600

#fdd600 #a6fd00 #fd5700

Monochromatic Colors of #fdd600

#fdd600

Complementary Color

#fdd600 #0027fd

#fdd600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd600 Color CSS Codes

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

#fdd600 Text Font Color

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

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


#fdd600 Background Color

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

This div background color is #fdd600


#fdd600 Border Color

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

This div border color is #fdd600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd600

Related Colors


Comments

No comments written yet.

Please login to write comment.