Color Hex Logo

#f5adae Color Hex

#F5ADAE
(245,173,174)
0 Favorites   0 Comments

Color spaces of #f5adae

RGB 245173174
HSL1.000.780.82
HSV359°29°96°
CMYK 0.000.290.29   0.04
XYZ60.239752.355646.9751
Yxy52.35560.37750.3281
Hunter Lab72.357221.982012.1583
CIE-Lab77.493026.501410.0711

#f5adae color RGB value is (245,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101101 10101110
Octal 365 255 256
Decimal 245 173 174
Hex F5 AD AE

RGB Percentages of Color #f5adae

%41.39
%29.22
%29.39

CMYK Percentages of Color #f5adae

%0
%29
%29
%4

Triadic Colors of #f5adae

#f5adae #aef5ad #adaef5

Analogous Colors of #f5adae

#f5adae #f5d0ad #f5add2

Monochromatic Colors of #f5adae

#f5adae

Complementary Color

#f5adae #adf5f4

#f5adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5adae Color CSS Codes

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

#f5adae Text Font Color

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

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


#f5adae Background Color

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

This div background color is #f5adae


#f5adae Border Color

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

This div border color is #f5adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5adae


Comments

No comments written yet.

Please login to write comment.