Color Hex Logo

#ffd963 Color Hex

#FFD963
(255,217,99)
0 Favorites   0 Comments

Color spaces of #ffd963

RGB 25521799
HSL0.131.000.69
HSV45°61°100°
CMYK 0.000.150.61   0.00
XYZ68.305071.786622.0605
Yxy71.78660.42120.4427
Hunter Lab84.7270-4.369543.8714
CIE-Lab87.86580.161861.6121

#ffd963 color RGB value is (255,217,99).

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

The process color (four color CMYK) of #ffd963 color hex is 0.00, 0.15, 0.61, 0.00. Web safe color of #ffd963 is #ffcc66. Color #ffd963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 01100011
Octal 377 331 143
Decimal 255 217 99
Hex FF D9 63

RGB Percentages of Color #ffd963

%44.66
%38.00
%17.34

CMYK Percentages of Color #ffd963

%0
%15
%61
%0

Triadic Colors of #ffd963

#ffd963 #63ffd9 #d963ff

Analogous Colors of #ffd963

#ffd963 #d7ff63 #ff8b63

Monochromatic Colors of #ffd963

#ffd963

Complementary Color

#ffd963 #6389ff

#ffd963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd963 Color CSS Codes

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

#ffd963 Text Font Color

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

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


#ffd963 Background Color

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

This div background color is #ffd963


#ffd963 Border Color

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

This div border color is #ffd963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd963

#ffd963 Color Palettes


Comments

No comments written yet.

Please login to write comment.