Color Hex Logo

#ffd93d Color Hex

#FFD93D
(255,217,61)
0 Favorites   0 Comments

Color spaces of #ffd93d

RGB 25521761
HSL0.131.000.62
HSV48°76°100°
CMYK 0.000.150.76   0.00
XYZ66.895271.222614.6365
Yxy71.22260.43790.4663
Hunter Lab84.3935-6.199148.7927
CIE-Lab87.5930-1.765476.1562

#ffd93d color RGB value is (255,217,61).

#ffd93d hex color red value is 255, green value is 217 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ffd93d hue: 0.13 , saturation: 1.00 and the lightness value of ffd93d is 0.62.

The process color (four color CMYK) of #ffd93d color hex is 0.00, 0.15, 0.76, 0.00. Web safe color of #ffd93d is #ffcc33. Color #ffd93d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 00111101
Octal 377 331 75
Decimal 255 217 61
Hex FF D9 3D

RGB Percentages of Color #ffd93d

%47.84
%40.71
%11.44

CMYK Percentages of Color #ffd93d

%0
%15
%76
%0

Triadic Colors of #ffd93d

#ffd93d #3dffd9 #d93dff

Analogous Colors of #ffd93d

#ffd93d #c4ff3d #ff783d

Monochromatic Colors of #ffd93d

#ffd93d

Complementary Color

#ffd93d #3d63ff

#ffd93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd93d Color CSS Codes

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

#ffd93d Text Font Color

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

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


#ffd93d Background Color

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

This div background color is #ffd93d


#ffd93d Border Color

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

This div border color is #ffd93d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,217,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffd93d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffd93d;
  -webkit-box-shadow: 1px 1px 3px 2px #ffd93d;
  box-shadow:         1px 1px 3px 2px #ffd93d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,217,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd93d

Related Colors

#ffd93d Color Palettes


Comments

No comments written yet.

Please login to write comment.