Color Hex Logo

#fdd151 Color Hex

#FDD151
(253,209,81)
0 Favorites   0 Comments

Color spaces of #fdd151

RGB 25320981
HSL0.120.980.65
HSV45°68°99°
CMYK 0.000.170.68   0.01
XYZ64.793767.077717.3169
Yxy67.07770.43430.4496
Hunter Lab81.9010-2.111444.7946
CIE-Lab85.54322.363466.7150

#fdd151 color RGB value is (253,209,81).

#fdd151 hex color red value is 253, green value is 209 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #fdd151 hue: 0.12 , saturation: 0.98 and the lightness value of fdd151 is 0.65.

The process color (four color CMYK) of #fdd151 color hex is 0.00, 0.17, 0.68, 0.01. Web safe color of #fdd151 is #ffcc66. Color #fdd151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 01010001
Octal 375 321 121
Decimal 253 209 81
Hex FD D1 51

RGB Percentages of Color #fdd151

%46.59
%38.49
%14.92

CMYK Percentages of Color #fdd151

%0
%17
%68
%1

Triadic Colors of #fdd151

#fdd151 #51fdd1 #d151fd

Analogous Colors of #fdd151

#fdd151 #d3fd51 #fd7b51

Monochromatic Colors of #fdd151

#fdd151

Complementary Color

#fdd151 #517dfd

#fdd151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd151 Color CSS Codes

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

#fdd151 Text Font Color

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

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


#fdd151 Background Color

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

This div background color is #fdd151


#fdd151 Border Color

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

This div border color is #fdd151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd151


Comments

No comments written yet.

Please login to write comment.