Color Hex Logo

#fdd060 Color Hex

#FDD060
(253,208,96)
0 Favorites   0 Comments

Color spaces of #fdd060

RGB 25320896
HSL0.120.980.68
HSV43°62°99°
CMYK 0.000.180.62   0.01
XYZ65.175266.838920.5324
Yxy66.83890.42720.4382
Hunter Lab81.7551-0.771042.3381
CIE-Lab85.42253.745360.1770

#fdd060 color RGB value is (253,208,96).

#fdd060 hex color red value is 253, green value is 208 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #fdd060 hue: 0.12 , saturation: 0.98 and the lightness value of fdd060 is 0.68.

The process color (four color CMYK) of #fdd060 color hex is 0.00, 0.18, 0.62, 0.01. Web safe color of #fdd060 is #ffcc66. Color #fdd060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 01100000
Octal 375 320 140
Decimal 253 208 96
Hex FD D0 60

RGB Percentages of Color #fdd060

%45.42
%37.34
%17.24

CMYK Percentages of Color #fdd060

%0
%18
%62
%1

Triadic Colors of #fdd060

#fdd060 #60fdd0 #d060fd

Analogous Colors of #fdd060

#fdd060 #dcfd60 #fd8260

Monochromatic Colors of #fdd060

#fdd060

Complementary Color

#fdd060 #608dfd

#fdd060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd060 Color CSS Codes

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

#fdd060 Text Font Color

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

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


#fdd060 Background Color

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

This div background color is #fdd060


#fdd060 Border Color

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

This div border color is #fdd060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd060


Comments

No comments written yet.

Please login to write comment.