Color Hex Logo

#fddd57 Color Hex

#FDDD57
(253,221,87)
0 Favorites   0 Comments

Color spaces of #fddd57

RGB 25322187
HSL0.130.980.67
HSV48°66°99°
CMYK 0.000.130.66   0.01
XYZ68.084873.283719.5735
Yxy73.28370.42300.4553
Hunter Lab85.6059-7.844246.3677
CIE-Lab88.5828-3.410867.4398

#fddd57 color RGB value is (253,221,87).

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

The process color (four color CMYK) of #fddd57 color hex is 0.00, 0.13, 0.66, 0.01. Web safe color of #fddd57 is #ffcc66. Color #fddd57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 01010111
Octal 375 335 127
Decimal 253 221 87
Hex FD DD 57

RGB Percentages of Color #fddd57

%45.10
%39.39
%15.51

CMYK Percentages of Color #fddd57

%0
%13
%66
%1

Triadic Colors of #fddd57

#fddd57 #57fddd #dd57fd

Analogous Colors of #fddd57

#fddd57 #cafd57 #fd8a57

Monochromatic Colors of #fddd57

#fddd57

Complementary Color

#fddd57 #5777fd

#fddd57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd57 Color CSS Codes

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

#fddd57 Text Font Color

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

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


#fddd57 Background Color

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

This div background color is #fddd57


#fddd57 Border Color

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

This div border color is #fddd57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd57


Comments

No comments written yet.

Please login to write comment.