Color Hex Logo

#f5adad Color Hex

#F5ADAD
(245,173,173)
1 Favorites   0 Comments

Color spaces of #f5adad

RGB 245173173
HSL0.000.780.82
HSV29°96°
CMYK 0.000.290.29   0.04
XYZ60.142652.316746.4634
Yxy52.31670.37840.3292
Hunter Lab72.330321.844712.5446
CIE-Lab77.469826.370410.5819

#f5adad color RGB value is (245,173,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101101 10101101
Octal 365 255 255
Decimal 245 173 173
Hex F5 AD AD

RGB Percentages of Color #f5adad

%41.46
%29.27
%29.27

CMYK Percentages of Color #f5adad

%0
%29
%29
%4

Triadic Colors of #f5adad

#f5adad #adf5ad #adadf5

Analogous Colors of #f5adad

#f5adad #f5d1ad #f5add1

Monochromatic Colors of #f5adad

#f5adad

Complementary Color

#f5adad #adf5f5

#f5adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5adad Color CSS Codes

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

#f5adad Text Font Color

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

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


#f5adad Background Color

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

This div background color is #f5adad


#f5adad Border Color

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

This div border color is #f5adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5adad

#f5adad Color Palettes


Comments

No comments written yet.

Please login to write comment.