Color Hex Logo

#fded2d Color Hex

#FDED2D
(253,237,45)
0 Favorites   0 Comments

Color spaces of #fded2d

RGB 25323745
HSL0.150.980.58
HSV55°82°99°
CMYK 0.000.060.82   0.01
XYZ71.265981.640514.4847
Yxy81.64050.42570.4877
Hunter Lab90.3551-17.333053.7439
CIE-Lab92.4160-13.071184.8270

#fded2d color RGB value is (253,237,45).

#fded2d hex color red value is 253, green value is 237 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fded2d hue: 0.15 , saturation: 0.98 and the lightness value of fded2d is 0.58.

The process color (four color CMYK) of #fded2d color hex is 0.00, 0.06, 0.82, 0.01. Web safe color of #fded2d is #ffff33. Color #fded2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 00101101
Octal 375 355 55
Decimal 253 237 45
Hex FD ED 2D

RGB Percentages of Color #fded2d

%47.29
%44.30
%8.41

CMYK Percentages of Color #fded2d

%0
%6
%82
%1

Triadic Colors of #fded2d

#fded2d #2dfded #ed2dfd

Analogous Colors of #fded2d

#fded2d #a5fd2d #fd852d

Monochromatic Colors of #fded2d

#fded2d

Complementary Color

#fded2d #2d3dfd

#fded2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fded2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fded2d Color CSS Codes

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

#fded2d Text Font Color

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

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


#fded2d Background Color

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

This div background color is #fded2d


#fded2d Border Color

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

This div border color is #fded2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fded2d


Comments

No comments written yet.

Please login to write comment.