Color Hex Logo

#f4af94 Color Hex

#F4AF94
(244,175,148)
0 Favorites   0 Comments

Color spaces of #f4af94

RGB 244175148
HSL0.050.810.77
HSV17°39°96°
CMYK 0.000.280.39   0.04
XYZ57.983552.031235.0039
Yxy52.03120.39980.3588
Hunter Lab72.132717.254221.7211
CIE-Lab77.299521.905123.8523

#f4af94 color RGB value is (244,175,148).

#f4af94 hex color red value is 244, green value is 175 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #f4af94 hue: 0.05 , saturation: 0.81 and the lightness value of f4af94 is 0.77.

The process color (four color CMYK) of #f4af94 color hex is 0.00, 0.28, 0.39, 0.04. Web safe color of #f4af94 is #ff9999. Color #f4af94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101111 10010100
Octal 364 257 224
Decimal 244 175 148
Hex F4 AF 94

RGB Percentages of Color #f4af94

%43.03
%30.86
%26.10

CMYK Percentages of Color #f4af94

%0
%28
%39
%4

Triadic Colors of #f4af94

#f4af94 #94f4af #af94f4

Analogous Colors of #f4af94

#f4af94 #f4df94 #f494a9

Monochromatic Colors of #f4af94

#f4af94

Complementary Color

#f4af94 #94d9f4

#f4af94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4af94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4af94 Color CSS Codes

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

#f4af94 Text Font Color

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

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


#f4af94 Background Color

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

This div background color is #f4af94


#f4af94 Border Color

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

This div border color is #f4af94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4af94


Comments

No comments written yet.

Please login to write comment.