Color Hex Logo

#fdd811 Color Hex

#FDD811
(253,216,17)
0 Favorites   0 Comments

Color spaces of #fdd811

RGB 25321617
HSL0.140.980.53
HSV51°93°99°
CMYK 0.000.150.93   0.01
XYZ65.165170.034910.6138
Yxy70.03490.44690.4803
Hunter Lab83.6869-7.458051.0612
CIE-Lab87.0140-3.137185.5653

#fdd811 color RGB value is (253,216,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 00010001
Octal 375 330 21
Decimal 253 216 17
Hex FD D8 11

RGB Percentages of Color #fdd811

%52.06
%44.44
%3.50

CMYK Percentages of Color #fdd811

%0
%15
%93
%1

Triadic Colors of #fdd811

#fdd811 #11fdd8 #d811fd

Analogous Colors of #fdd811

#fdd811 #acfd11 #fd6211

Monochromatic Colors of #fdd811

#fdd811

Complementary Color

#fdd811 #1136fd

#fdd811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd811 Color CSS Codes

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

#fdd811 Text Font Color

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

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


#fdd811 Background Color

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

This div background color is #fdd811


#fdd811 Border Color

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

This div border color is #fdd811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd811


Comments

No comments written yet.

Please login to write comment.