Color Hex Logo

#f59ede Color Hex

#F59EDE
(245,158,222)
0 Favorites   0 Comments

Color spaces of #f59ede

RGB 245158222
HSL0.880.810.79
HSV316°36°96°
CMYK 0.000.360.09   0.04
XYZ63.067949.140175.2682
Yxy49.14010.33640.2621
Hunter Lab70.100037.9187-14.5912
CIE-Lab75.538441.5452-19.0152

#f59ede color RGB value is (245,158,222).

#f59ede hex color red value is 245, green value is 158 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f59ede hue: 0.88 , saturation: 0.81 and the lightness value of f59ede is 0.79.

The process color (four color CMYK) of #f59ede color hex is 0.00, 0.36, 0.09, 0.04. Web safe color of #f59ede is #ff99cc. Color #f59ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011110 11011110
Octal 365 236 336
Decimal 245 158 222
Hex F5 9E DE

RGB Percentages of Color #f59ede

%39.20
%25.28
%35.52

CMYK Percentages of Color #f59ede

%0
%36
%9
%4

Triadic Colors of #f59ede

#f59ede #def59e #9edef5

Analogous Colors of #f59ede

#f59ede #f59eb3 #e19ef5

Monochromatic Colors of #f59ede

#f59ede

Complementary Color

#f59ede #9ef5b5

#f59ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59ede Color CSS Codes

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

#f59ede Text Font Color

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

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


#f59ede Background Color

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

This div background color is #f59ede


#f59ede Border Color

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

This div border color is #f59ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59ede


Comments

No comments written yet.

Please login to write comment.