Color Hex Logo

#ffd63e Color Hex

#FFD63E
(255,214,62)
0 Favorites   0 Comments

Color spaces of #ffd63e

RGB 25521462
HSL0.131.000.62
HSV47°76°100°
CMYK 0.000.160.76   0.00
XYZ66.156169.700914.5243
Yxy69.70090.43990.4635
Hunter Lab83.4871-4.656948.1262
CIE-Lab86.8500-0.206575.1375

#ffd63e color RGB value is (255,214,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 00111110
Octal 377 326 76
Decimal 255 214 62
Hex FF D6 3E

RGB Percentages of Color #ffd63e

%48.02
%40.30
%11.68

CMYK Percentages of Color #ffd63e

%0
%16
%76
%0

Triadic Colors of #ffd63e

#ffd63e #3effd6 #d63eff

Analogous Colors of #ffd63e

#ffd63e #c8ff3e #ff763e

Monochromatic Colors of #ffd63e

#ffd63e

Complementary Color

#ffd63e #3e67ff

#ffd63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd63e Color CSS Codes

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

#ffd63e Text Font Color

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

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


#ffd63e Background Color

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

This div background color is #ffd63e


#ffd63e Border Color

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

This div border color is #ffd63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd63e


Comments

No comments written yet.

Please login to write comment.