Color Hex Logo

#fdde11 Color Hex

#FDDE11
(253,222,17)
0 Favorites   0 Comments

Color spaces of #fdde11

RGB 25322217
HSL0.140.980.53
HSV52°93°99°
CMYK 0.000.120.93   0.01
XYZ66.730573.165711.1356
Yxy73.16570.44180.4844
Hunter Lab85.5370-10.435352.1572
CIE-Lab88.5267-6.155086.6891

#fdde11 color RGB value is (253,222,17).

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

The process color (four color CMYK) of #fdde11 color hex is 0.00, 0.12, 0.93, 0.01. Web safe color of #fdde11 is #ffcc00. Color #fdde11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 00010001
Octal 375 336 21
Decimal 253 222 17
Hex FD DE 11

RGB Percentages of Color #fdde11

%51.42
%45.12
%3.46

CMYK Percentages of Color #fdde11

%0
%12
%93
%1

Triadic Colors of #fdde11

#fdde11 #11fdde #de11fd

Analogous Colors of #fdde11

#fdde11 #a6fd11 #fd6811

Monochromatic Colors of #fdde11

#fdde11

Complementary Color

#fdde11 #1130fd

#fdde11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdde11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdde11 Color CSS Codes

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

#fdde11 Text Font Color

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

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


#fdde11 Background Color

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

This div background color is #fdde11


#fdde11 Border Color

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

This div border color is #fdde11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdde11


Comments

No comments written yet.

Please login to write comment.