Color Hex Logo

#f5ae9b Color Hex

#F5AE9B
(245,174,155)
0 Favorites   0 Comments

Color spaces of #f5ae9b

RGB 245174155
HSL0.040.820.78
HSV13°37°96°
CMYK 0.000.290.37   0.04
XYZ58.708652.051137.9629
Yxy52.05110.39480.3500
Hunter Lab72.146418.996719.3046
CIE-Lab77.311423.614220.1161

#f5ae9b color RGB value is (245,174,155).

#f5ae9b hex color red value is 245, green value is 174 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f5ae9b hue: 0.04 , saturation: 0.82 and the lightness value of f5ae9b is 0.78.

The process color (four color CMYK) of #f5ae9b color hex is 0.00, 0.29, 0.37, 0.04. Web safe color of #f5ae9b is #ff9999. Color #f5ae9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101110 10011011
Octal 365 256 233
Decimal 245 174 155
Hex F5 AE 9B

RGB Percentages of Color #f5ae9b

%42.68
%30.31
%27.00

CMYK Percentages of Color #f5ae9b

%0
%29
%37
%4

Triadic Colors of #f5ae9b

#f5ae9b #9bf5ae #ae9bf5

Analogous Colors of #f5ae9b

#f5ae9b #f5db9b #f59bb5

Monochromatic Colors of #f5ae9b

#f5ae9b

Complementary Color

#f5ae9b #9be2f5

#f5ae9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ae9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ae9b Color CSS Codes

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

#f5ae9b Text Font Color

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

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


#f5ae9b Background Color

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

This div background color is #f5ae9b


#f5ae9b Border Color

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

This div border color is #f5ae9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ae9b


Comments

No comments written yet.

Please login to write comment.