Color Hex Logo

#fdd715 Color Hex

#FDD715
(253,215,21)
0 Favorites   0 Comments

Color spaces of #fdd715

RGB 25321521
HSL0.140.980.54
HSV50°92°99°
CMYK 0.000.150.92   0.01
XYZ64.943869.537710.7087
Yxy69.53770.44730.4789
Hunter Lab83.3893-6.914950.7586
CIE-Lab86.7696-2.583584.8705

#fdd715 color RGB value is (253,215,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010111 00010101
Octal 375 327 25
Decimal 253 215 21
Hex FD D7 15

RGB Percentages of Color #fdd715

%51.74
%43.97
%4.29

CMYK Percentages of Color #fdd715

%0
%15
%92
%1

Triadic Colors of #fdd715

#fdd715 #15fdd7 #d715fd

Analogous Colors of #fdd715

#fdd715 #affd15 #fd6315

Monochromatic Colors of #fdd715

#fdd715

Complementary Color

#fdd715 #153bfd

#fdd715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd715 Color CSS Codes

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

#fdd715 Text Font Color

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

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


#fdd715 Background Color

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

This div background color is #fdd715


#fdd715 Border Color

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

This div border color is #fdd715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd715

Related Colors


Comments

No comments written yet.

Please login to write comment.