Color Hex Logo

#ffd664 Color Hex

#FFD664
(255,214,100)
0 Favorites   0 Comments

Color spaces of #ffd664

RGB 255214100
HSL0.121.000.70
HSV44°61°100°
CMYK 0.000.160.61   0.00
XYZ67.586870.273222.0585
Yxy70.27320.42260.4394
Hunter Lab83.8291-2.786243.0790
CIE-Lab87.13071.755060.3483

#ffd664 color RGB value is (255,214,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 01100100
Octal 377 326 144
Decimal 255 214 100
Hex FF D6 64

RGB Percentages of Color #ffd664

%44.82
%37.61
%17.57

CMYK Percentages of Color #ffd664

%0
%16
%61
%0

Triadic Colors of #ffd664

#ffd664 #64ffd6 #d664ff

Analogous Colors of #ffd664

#ffd664 #dbff64 #ff8964

Monochromatic Colors of #ffd664

#ffd664

Complementary Color

#ffd664 #648dff

#ffd664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd664 Color CSS Codes

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

#ffd664 Text Font Color

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

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


#ffd664 Background Color

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

This div background color is #ffd664


#ffd664 Border Color

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

This div border color is #ffd664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd664


Comments

No comments written yet.

Please login to write comment.