Color Hex Logo

#f0a878 Color Hex

#F0A878
(240,168,120)
0 Favorites   0 Comments

Color spaces of #f0a878

RGB 240168120
HSL0.070.800.71
HSV24°50°94°
CMYK 0.000.300.50   0.06
XYZ53.328047.886624.2016
Yxy47.88660.42520.3818
Hunter Lab69.200116.458027.7044
CIE-Lab74.753321.212635.3209

#f0a878 color RGB value is (240,168,120).

#f0a878 hex color red value is 240, green value is 168 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #f0a878 hue: 0.07 , saturation: 0.80 and the lightness value of f0a878 is 0.71.

The process color (four color CMYK) of #f0a878 color hex is 0.00, 0.30, 0.50, 0.06. Web safe color of #f0a878 is #ff9966. Color #f0a878 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101000 01111000
Octal 360 250 170
Decimal 240 168 120
Hex F0 A8 78

RGB Percentages of Color #f0a878

%45.45
%31.82
%22.73

CMYK Percentages of Color #f0a878

%0
%30
%50
%6

Triadic Colors of #f0a878

#f0a878 #78f0a8 #a878f0

Analogous Colors of #f0a878

#f0a878 #f0e478 #f07884

Monochromatic Colors of #f0a878

#f0a878

Complementary Color

#f0a878 #78c0f0

#f0a878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0a878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0a878 Color CSS Codes

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

#f0a878 Text Font Color

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

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


#f0a878 Background Color

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

This div background color is #f0a878


#f0a878 Border Color

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

This div border color is #f0a878


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,168,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0a878; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0a878;
  -webkit-box-shadow: 1px 1px 3px 2px #f0a878;
  box-shadow:         1px 1px 3px 2px #f0a878; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,168,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0a878


Comments

No comments written yet.

Please login to write comment.