Color Hex Logo

#ffd93f Color Hex

#FFD93F
(255,217,63)
0 Favorites   0 Comments

Color spaces of #ffd93f

RGB 25521763
HSL0.131.000.62
HSV48°75°100°
CMYK 0.000.150.75   0.00
XYZ66.950171.244614.9256
Yxy71.24460.43720.4653
Hunter Lab84.4065-6.127648.6003
CIE-Lab87.6037-1.689775.5045

#ffd93f color RGB value is (255,217,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 00111111
Octal 377 331 77
Decimal 255 217 63
Hex FF D9 3F

RGB Percentages of Color #ffd93f

%47.66
%40.56
%11.78

CMYK Percentages of Color #ffd93f

%0
%15
%75
%0

Triadic Colors of #ffd93f

#ffd93f #3fffd9 #d93fff

Analogous Colors of #ffd93f

#ffd93f #c5ff3f #ff793f

Monochromatic Colors of #ffd93f

#ffd93f

Complementary Color

#ffd93f #3f65ff

#ffd93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd93f Color CSS Codes

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

#ffd93f Text Font Color

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

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


#ffd93f Background Color

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

This div background color is #ffd93f


#ffd93f Border Color

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

This div border color is #ffd93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd93f

Related Colors


Comments

No comments written yet.

Please login to write comment.