Color Hex Logo

#f4a47d Color Hex

#F4A47D
(244,164,125)
0 Favorites   0 Comments

Color spaces of #f4a47d

RGB 244164125
HSL0.050.840.72
HSV20°49°96°
CMYK 0.000.330.49   0.04
XYZ54.285447.264725.6639
Yxy47.26470.42670.3715
Hunter Lab68.749320.634725.9918
CIE-Lab74.358825.366632.2482

#f4a47d color RGB value is (244,164,125).

#f4a47d hex color red value is 244, green value is 164 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f4a47d hue: 0.05 , saturation: 0.84 and the lightness value of f4a47d is 0.72.

The process color (four color CMYK) of #f4a47d color hex is 0.00, 0.33, 0.49, 0.04. Web safe color of #f4a47d is #ff9966. Color #f4a47d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10100100 01111101
Octal 364 244 175
Decimal 244 164 125
Hex F4 A4 7D

RGB Percentages of Color #f4a47d

%45.78
%30.77
%23.45

CMYK Percentages of Color #f4a47d

%0
%33
%49
%4

Triadic Colors of #f4a47d

#f4a47d #7df4a4 #a47df4

Analogous Colors of #f4a47d

#f4a47d #f4e07d #f47d92

Monochromatic Colors of #f4a47d

#f4a47d

Complementary Color

#f4a47d #7dcdf4

#f4a47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4a47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4a47d Color CSS Codes

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

#f4a47d Text Font Color

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

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


#f4a47d Background Color

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

This div background color is #f4a47d


#f4a47d Border Color

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

This div border color is #f4a47d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,164,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4a47d


Comments

No comments written yet.

Please login to write comment.