Color Hex Logo

#fdea2d Color Hex

#FDEA2D
(253,234,45)
0 Favorites   0 Comments

Color spaces of #fdea2d

RGB 25323445
HSL0.150.980.58
HSV55°82°99°
CMYK 0.000.080.82   0.01
XYZ70.404579.917714.1976
Yxy79.91770.42790.4858
Hunter Lab89.3967-15.866353.1615
CIE-Lab91.6479-11.598284.1819

#fdea2d color RGB value is (253,234,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 00101101
Octal 375 352 55
Decimal 253 234 45
Hex FD EA 2D

RGB Percentages of Color #fdea2d

%47.56
%43.98
%8.46

CMYK Percentages of Color #fdea2d

%0
%8
%82
%1

Triadic Colors of #fdea2d

#fdea2d #2dfdea #ea2dfd

Analogous Colors of #fdea2d

#fdea2d #a8fd2d #fd822d

Monochromatic Colors of #fdea2d

#fdea2d

Complementary Color

#fdea2d #2d40fd

#fdea2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdea2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdea2d Color CSS Codes

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

#fdea2d Text Font Color

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

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


#fdea2d Background Color

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

This div background color is #fdea2d


#fdea2d Border Color

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

This div border color is #fdea2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdea2d

#fdea2d Color Palettes


Comments

No comments written yet.

Please login to write comment.