Color Hex Logo

#fdd560 Color Hex

#FDD560
(253,213,96)
0 Favorites   0 Comments

Color spaces of #fdd560

RGB 25321396
HSL0.120.980.68
HSV45°62°99°
CMYK 0.000.160.62   0.01
XYZ66.413669.315720.9452
Yxy69.31570.42390.4424
Hunter Lab83.2561-3.308143.3633
CIE-Lab86.66011.185961.5474

#fdd560 color RGB value is (253,213,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010101 01100000
Octal 375 325 140
Decimal 253 213 96
Hex FD D5 60

RGB Percentages of Color #fdd560

%45.02
%37.90
%17.08

CMYK Percentages of Color #fdd560

%0
%16
%62
%1

Triadic Colors of #fdd560

#fdd560 #60fdd5 #d560fd

Analogous Colors of #fdd560

#fdd560 #d7fd60 #fd8760

Monochromatic Colors of #fdd560

#fdd560

Complementary Color

#fdd560 #6088fd

#fdd560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd560 Color CSS Codes

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

#fdd560 Text Font Color

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

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


#fdd560 Background Color

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

This div background color is #fdd560


#fdd560 Border Color

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

This div border color is #fdd560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd560


Comments

No comments written yet.

Please login to write comment.