Color Hex Logo

#f4db96 Color Hex

#F4DB96
(244,219,150)
0 Favorites   0 Comments

Color spaces of #f4db96

RGB 244219150
HSL0.120.810.77
HSV44°39°96°
CMYK 0.000.100.39   0.04
XYZ68.144872.098139.1789
Yxy72.09810.37980.4018
Hunter Lab84.9106-5.338832.0802
CIE-Lab88.0158-0.835337.0848

#f4db96 color RGB value is (244,219,150).

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

The process color (four color CMYK) of #f4db96 color hex is 0.00, 0.10, 0.39, 0.04. Web safe color of #f4db96 is #ffcc99. Color #f4db96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11011011 10010110
Octal 364 333 226
Decimal 244 219 150
Hex F4 DB 96

RGB Percentages of Color #f4db96

%39.80
%35.73
%24.47

CMYK Percentages of Color #f4db96

%0
%10
%39
%4

Triadic Colors of #f4db96

#f4db96 #96f4db #db96f4

Analogous Colors of #f4db96

#f4db96 #def496 #f4ac96

Monochromatic Colors of #f4db96

#f4db96

Complementary Color

#f4db96 #96aff4

#f4db96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4db96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4db96 Color CSS Codes

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

#f4db96 Text Font Color

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

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


#f4db96 Background Color

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

This div background color is #f4db96


#f4db96 Border Color

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

This div border color is #f4db96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4db96


Comments

No comments written yet.

Please login to write comment.