Color Hex Logo

#f59add Color Hex

#F59ADD
(245,154,221)
0 Favorites   0 Comments

Color spaces of #f59add

RGB 245154221
HSL0.880.820.78
HSV316°37°96°
CMYK 0.000.370.10   0.04
XYZ62.262947.744174.3405
Yxy47.74410.33770.2590
Hunter Lab69.097139.9251-15.4212
CIE-Lab74.663243.4540-19.7945

#f59add color RGB value is (245,154,221).

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

The process color (four color CMYK) of #f59add color hex is 0.00, 0.37, 0.10, 0.04. Web safe color of #f59add is #ff99cc. Color #f59add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011010 11011101
Octal 365 232 335
Decimal 245 154 221
Hex F5 9A DD

RGB Percentages of Color #f59add

%39.52
%24.84
%35.65

CMYK Percentages of Color #f59add

%0
%37
%10
%4

Triadic Colors of #f59add

#f59add #ddf59a #9addf5

Analogous Colors of #f59add

#f59add #f59ab0 #e09af5

Monochromatic Colors of #f59add

#f59add

Complementary Color

#f59add #9af5b2

#f59add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59add Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59add Color CSS Codes

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

#f59add Text Font Color

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

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


#f59add Background Color

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

This div background color is #f59add


#f59add Border Color

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

This div border color is #f59add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59add


Comments

No comments written yet.

Please login to write comment.