Color Hex Logo

#ffd63c Color Hex

#FFD63C
(255,214,60)
0 Favorites   0 Comments

Color spaces of #ffd63c

RGB 25521460
HSL0.131.000.62
HSV47°76°100°
CMYK 0.000.160.76   0.00
XYZ66.102269.679414.2405
Yxy69.67940.44060.4645
Hunter Lab83.4742-4.727848.3172
CIE-Lab86.8394-0.281275.7893

#ffd63c color RGB value is (255,214,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 00111100
Octal 377 326 74
Decimal 255 214 60
Hex FF D6 3C

RGB Percentages of Color #ffd63c

%48.20
%40.45
%11.34

CMYK Percentages of Color #ffd63c

%0
%16
%76
%0

Triadic Colors of #ffd63c

#ffd63c #3cffd6 #d63cff

Analogous Colors of #ffd63c

#ffd63c #c7ff3c #ff753c

Monochromatic Colors of #ffd63c

#ffd63c

Complementary Color

#ffd63c #3c65ff

#ffd63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd63c Color CSS Codes

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

#ffd63c Text Font Color

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

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


#ffd63c Background Color

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

This div background color is #ffd63c


#ffd63c Border Color

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

This div border color is #ffd63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd63c


Comments

No comments written yet.

Please login to write comment.