Color Hex Logo

#fdde3d Color Hex

#FDDE3D
(253,222,61)
0 Favorites   0 Comments

Color spaces of #fdde3d

RGB 25322261
HSL0.140.980.62
HSV50°76°99°
CMYK 0.000.120.76   0.01
XYZ67.471673.462115.0384
Yxy73.46210.43260.4710
Hunter Lab85.7100-9.476049.5942
CIE-Lab88.6676-5.123577.0797

#fdde3d color RGB value is (253,222,61).

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

The process color (four color CMYK) of #fdde3d color hex is 0.00, 0.12, 0.76, 0.01. Web safe color of #fdde3d is #ffcc33. Color #fdde3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 00111101
Octal 375 336 75
Decimal 253 222 61
Hex FD DE 3D

RGB Percentages of Color #fdde3d

%47.20
%41.42
%11.38

CMYK Percentages of Color #fdde3d

%0
%12
%76
%1

Triadic Colors of #fdde3d

#fdde3d #3dfdde #de3dfd

Analogous Colors of #fdde3d

#fdde3d #bcfd3d #fd7e3d

Monochromatic Colors of #fdde3d

#fdde3d

Complementary Color

#fdde3d #3d5cfd

#fdde3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdde3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdde3d Color CSS Codes

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

#fdde3d Text Font Color

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

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


#fdde3d Background Color

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

This div background color is #fdde3d


#fdde3d Border Color

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

This div border color is #fdde3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdde3d

Related Colors


Comments

No comments written yet.

Please login to write comment.