Color Hex Logo

#f5ae77 Color Hex

#F5AE77
(245,174,119)
0 Favorites   0 Comments

Color spaces of #f5ae77

RGB 245174119
HSL0.070.860.71
HSV26°51°96°
CMYK 0.000.290.51   0.04
XYZ56.122051.016524.3420
Yxy51.01650.42680.3880
Hunter Lab71.425815.259029.7920
CIE-Lab76.689019.949138.4245

#f5ae77 color RGB value is (245,174,119).

#f5ae77 hex color red value is 245, green value is 174 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #f5ae77 hue: 0.07 , saturation: 0.86 and the lightness value of f5ae77 is 0.71.

The process color (four color CMYK) of #f5ae77 color hex is 0.00, 0.29, 0.51, 0.04. Web safe color of #f5ae77 is #ff9966. Color #f5ae77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101110 01110111
Octal 365 256 167
Decimal 245 174 119
Hex F5 AE 77

RGB Percentages of Color #f5ae77

%45.54
%32.34
%22.12

CMYK Percentages of Color #f5ae77

%0
%29
%51
%4

Triadic Colors of #f5ae77

#f5ae77 #77f5ae #ae77f5

Analogous Colors of #f5ae77

#f5ae77 #f5ed77 #f5777f

Monochromatic Colors of #f5ae77

#f5ae77

Complementary Color

#f5ae77 #77bef5

#f5ae77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ae77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ae77 Color CSS Codes

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

#f5ae77 Text Font Color

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

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


#f5ae77 Background Color

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

This div background color is #f5ae77


#f5ae77 Border Color

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

This div border color is #f5ae77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ae77

#f5ae77 Color Palettes


Comments

No comments written yet.

Please login to write comment.