Color Hex Logo

#fdd315 Color Hex

#FDD315
(253,211,21)
0 Favorites   0 Comments

Color spaces of #fdd315

RGB 25321121
HSL0.140.980.54
HSV49°92°99°
CMYK 0.000.170.92   0.01
XYZ63.937667.525310.3733
Yxy67.52530.45080.4761
Hunter Lab82.1738-4.917250.0371
CIE-Lab85.7685-0.554784.1185

#fdd315 color RGB value is (253,211,21).

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

The process color (four color CMYK) of #fdd315 color hex is 0.00, 0.17, 0.92, 0.01. Web safe color of #fdd315 is #ffcc00. Color #fdd315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 00010101
Octal 375 323 25
Decimal 253 211 21
Hex FD D3 15

RGB Percentages of Color #fdd315

%52.16
%43.51
%4.33

CMYK Percentages of Color #fdd315

%0
%17
%92
%1

Triadic Colors of #fdd315

#fdd315 #15fdd3 #d315fd

Analogous Colors of #fdd315

#fdd315 #b3fd15 #fd5f15

Monochromatic Colors of #fdd315

#fdd315

Complementary Color

#fdd315 #153ffd

#fdd315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd315 Color CSS Codes

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

#fdd315 Text Font Color

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

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


#fdd315 Background Color

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

This div background color is #fdd315


#fdd315 Border Color

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

This div border color is #fdd315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd315


Comments

No comments written yet.

Please login to write comment.