Color Hex Logo

#fdde57 Color Hex

#FDDE57
(253,222,87)
0 Favorites   0 Comments

Color spaces of #fdde57

RGB 25322287
HSL0.140.980.67
HSV49°66°99°
CMYK 0.000.120.66   0.01
XYZ68.349673.813319.6618
Yxy73.81330.42240.4561
Hunter Lab85.9147-8.344646.5716
CIE-Lab88.8342-3.914967.7036

#fdde57 color RGB value is (253,222,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 01010111
Octal 375 336 127
Decimal 253 222 87
Hex FD DE 57

RGB Percentages of Color #fdde57

%45.02
%39.50
%15.48

CMYK Percentages of Color #fdde57

%0
%12
%66
%1

Triadic Colors of #fdde57

#fdde57 #57fdde #de57fd

Analogous Colors of #fdde57

#fdde57 #c9fd57 #fd8b57

Monochromatic Colors of #fdde57

#fdde57

Complementary Color

#fdde57 #5776fd

#fdde57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdde57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdde57 Color CSS Codes

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

#fdde57 Text Font Color

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

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


#fdde57 Background Color

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

This div background color is #fdde57


#fdde57 Border Color

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

This div border color is #fdde57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdde57


Comments

No comments written yet.

Please login to write comment.