Color Hex Logo

#ffd93a Color Hex

#FFD93A
(255,217,58)
0 Favorites   0 Comments

Color spaces of #ffd93a

RGB 25521758
HSL0.131.000.61
HSV48°77°100°
CMYK 0.000.150.77   0.00
XYZ66.816671.191214.2227
Yxy71.19120.43890.4677
Hunter Lab84.3749-6.301649.0682
CIE-Lab87.5778-1.874077.1047

#ffd93a color RGB value is (255,217,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 00111010
Octal 377 331 72
Decimal 255 217 58
Hex FF D9 3A

RGB Percentages of Color #ffd93a

%48.11
%40.94
%10.94

CMYK Percentages of Color #ffd93a

%0
%15
%77
%0

Triadic Colors of #ffd93a

#ffd93a #3affd9 #d93aff

Analogous Colors of #ffd93a

#ffd93a #c3ff3a #ff773a

Monochromatic Colors of #ffd93a

#ffd93a

Complementary Color

#ffd93a #3a60ff

#ffd93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd93a Color CSS Codes

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

#ffd93a Text Font Color

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

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


#ffd93a Background Color

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

This div background color is #ffd93a


#ffd93a Border Color

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

This div border color is #ffd93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd93a

Related Colors


Comments

No comments written yet.

Please login to write comment.