Color Hex Logo

#ffd64f Color Hex

#FFD64F
(255,214,79)
0 Favorites   0 Comments

Color spaces of #ffd64f

RGB 25521479
HSL0.131.000.65
HSV46°69°100°
CMYK 0.000.160.69   0.00
XYZ66.697969.917617.3772
Yxy69.91760.43310.4540
Hunter Lab83.6167-3.946646.2101
CIE-Lab86.95640.541069.0260

#ffd64f color RGB value is (255,214,79).

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

The process color (four color CMYK) of #ffd64f color hex is 0.00, 0.16, 0.69, 0.00. Web safe color of #ffd64f is #ffcc66. Color #ffd64f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 01001111
Octal 377 326 117
Decimal 255 214 79
Hex FF D6 4F

RGB Percentages of Color #ffd64f

%46.53
%39.05
%14.42

CMYK Percentages of Color #ffd64f

%0
%16
%69
%0

Triadic Colors of #ffd64f

#ffd64f #4fffd6 #d64fff

Analogous Colors of #ffd64f

#ffd64f #d0ff4f #ff7e4f

Monochromatic Colors of #ffd64f

#ffd64f

Complementary Color

#ffd64f #4f78ff

#ffd64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd64f Color CSS Codes

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

#ffd64f Text Font Color

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

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


#ffd64f Background Color

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

This div background color is #ffd64f


#ffd64f Border Color

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

This div border color is #ffd64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd64f


Comments

No comments written yet.

Please login to write comment.