Color Hex Logo

#f5ad8a Color Hex

#F5AD8A
(245,173,138)
0 Favorites   0 Comments

Color spaces of #f5ad8a

RGB 245173138
HSL0.050.840.75
HSV20°44°96°
CMYK 0.000.290.44   0.04
XYZ57.187251.134630.9006
Yxy51.13460.41080.3673
Hunter Lab71.508517.611324.4352
CIE-Lab76.760522.278328.5005

#f5ad8a color RGB value is (245,173,138).

#f5ad8a hex color red value is 245, green value is 173 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f5ad8a hue: 0.05 , saturation: 0.84 and the lightness value of f5ad8a is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101101 10001010
Octal 365 255 212
Decimal 245 173 138
Hex F5 AD 8A

RGB Percentages of Color #f5ad8a

%44.06
%31.12
%24.82

CMYK Percentages of Color #f5ad8a

%0
%29
%44
%4

Triadic Colors of #f5ad8a

#f5ad8a #8af5ad #ad8af5

Analogous Colors of #f5ad8a

#f5ad8a #f5e38a #f58a9d

Monochromatic Colors of #f5ad8a

#f5ad8a

Complementary Color

#f5ad8a #8ad2f5

#f5ad8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ad8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ad8a Color CSS Codes

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

#f5ad8a Text Font Color

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

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


#f5ad8a Background Color

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

This div background color is #f5ad8a


#f5ad8a Border Color

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

This div border color is #f5ad8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ad8a


Comments

No comments written yet.

Please login to write comment.