Color Hex Logo

#f0ae77 Color Hex

#F0AE77
(240,174,119)
0 Favorites   0 Comments

Color spaces of #f0ae77

RGB 240174119
HSL0.080.800.70
HSV27°50°94°
CMYK 0.000.280.50   0.06
XYZ54.401050.129324.2614
Yxy50.12930.42240.3892
Hunter Lab70.802013.247529.2448
CIE-Lab76.148617.946337.6268

#f0ae77 color RGB value is (240,174,119).

#f0ae77 hex color red value is 240, green value is 174 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #f0ae77 hue: 0.08 , saturation: 0.80 and the lightness value of f0ae77 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101110 01110111
Octal 360 256 167
Decimal 240 174 119
Hex F0 AE 77

RGB Percentages of Color #f0ae77

%45.03
%32.65
%22.33

CMYK Percentages of Color #f0ae77

%0
%28
%50
%6

Triadic Colors of #f0ae77

#f0ae77 #77f0ae #ae77f0

Analogous Colors of #f0ae77

#f0ae77 #f0eb77 #f0777d

Monochromatic Colors of #f0ae77

#f0ae77

Complementary Color

#f0ae77 #77b9f0

#f0ae77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ae77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ae77 Color CSS Codes

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

#f0ae77 Text Font Color

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

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


#f0ae77 Background Color

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

This div background color is #f0ae77


#f0ae77 Border Color

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

This div border color is #f0ae77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ae77


Comments

No comments written yet.

Please login to write comment.