Color Hex Logo

#f4d664 Color Hex

#F4D664
(244,214,100)
0 Favorites   0 Comments

Color spaces of #f4d664

RGB 244214100
HSL0.130.870.67
HSV48°59°96°
CMYK 0.000.120.59   0.04
XYZ63.655068.246321.8745
Yxy68.24630.41390.4438
Hunter Lab82.6113-7.029142.1286
CIE-Lab86.1295-2.756858.9496

#f4d664 color RGB value is (244,214,100).

#f4d664 hex color red value is 244, green value is 214 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f4d664 hue: 0.13 , saturation: 0.87 and the lightness value of f4d664 is 0.67.

The process color (four color CMYK) of #f4d664 color hex is 0.00, 0.12, 0.59, 0.04. Web safe color of #f4d664 is #ffcc66. Color #f4d664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11010110 01100100
Octal 364 326 144
Decimal 244 214 100
Hex F4 D6 64

RGB Percentages of Color #f4d664

%43.73
%38.35
%17.92

CMYK Percentages of Color #f4d664

%0
%12
%59
%4

Triadic Colors of #f4d664

#f4d664 #64f4d6 #d664f4

Analogous Colors of #f4d664

#f4d664 #caf464 #f48e64

Monochromatic Colors of #f4d664

#f4d664

Complementary Color

#f4d664 #6482f4

#f4d664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4d664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4d664 Color CSS Codes

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

#f4d664 Text Font Color

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

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


#f4d664 Background Color

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

This div background color is #f4d664


#f4d664 Border Color

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

This div border color is #f4d664


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,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 #f4d664">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4d664


Comments

No comments written yet.

Please login to write comment.