Color Hex Logo

#f4b094 Color Hex

#F4B094
(244,176,148)
0 Favorites   0 Comments

Color spaces of #f4b094

RGB 244176148
HSL0.050.810.77
HSV18°39°96°
CMYK 0.000.280.39   0.04
XYZ58.178952.421935.0691
Yxy52.42190.39940.3599
Hunter Lab72.403016.727221.9644
CIE-Lab77.532421.376824.1689

#f4b094 color RGB value is (244,176,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10110000 10010100
Octal 364 260 224
Decimal 244 176 148
Hex F4 B0 94

RGB Percentages of Color #f4b094

%42.96
%30.99
%26.06

CMYK Percentages of Color #f4b094

%0
%28
%39
%4

Triadic Colors of #f4b094

#f4b094 #94f4b0 #b094f4

Analogous Colors of #f4b094

#f4b094 #f4e094 #f494a8

Monochromatic Colors of #f4b094

#f4b094

Complementary Color

#f4b094 #94d8f4

#f4b094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4b094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4b094 Color CSS Codes

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

#f4b094 Text Font Color

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

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


#f4b094 Background Color

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

This div background color is #f4b094


#f4b094 Border Color

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

This div border color is #f4b094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4b094


Comments

No comments written yet.

Please login to write comment.