Color Hex Logo

#f59edb Color Hex

#F59EDB
(245,158,219)
0 Favorites   0 Comments

Color spaces of #f59edb

RGB 245158219
HSL0.880.810.79
HSV318°36°96°
CMYK 0.000.360.11   0.04
XYZ62.669248.980773.1690
Yxy48.98070.33910.2650
Hunter Lab69.986237.3621-12.9960
CIE-Lab75.439341.0513-17.5265

#f59edb color RGB value is (245,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011110 11011011
Octal 365 236 333
Decimal 245 158 219
Hex F5 9E DB

RGB Percentages of Color #f59edb

%39.39
%25.40
%35.21

CMYK Percentages of Color #f59edb

%0
%36
%11
%4

Triadic Colors of #f59edb

#f59edb #dbf59e #9edbf5

Analogous Colors of #f59edb

#f59edb #f59eb0 #e49ef5

Monochromatic Colors of #f59edb

#f59edb

Complementary Color

#f59edb #9ef5b8

#f59edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59edb Color CSS Codes

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

#f59edb Text Font Color

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

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


#f59edb Background Color

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

This div background color is #f59edb


#f59edb Border Color

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

This div border color is #f59edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59edb


Comments

No comments written yet.

Please login to write comment.