Color Hex Logo

#f59eba Color Hex

#F59EBA
(245,158,186)
0 Favorites   0 Comments

Color spaces of #f59eba

RGB 245158186
HSL0.950.810.79
HSV341°36°96°
CMYK 0.000.360.24   0.04
XYZ58.746047.411452.5094
Yxy47.41140.37020.2988
Hunter Lab68.855931.79342.9847
CIE-Lab74.452236.0288-0.8876

#f59eba color RGB value is (245,158,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011110 10111010
Octal 365 236 272
Decimal 245 158 186
Hex F5 9E BA

RGB Percentages of Color #f59eba

%41.60
%26.83
%31.58

CMYK Percentages of Color #f59eba

%0
%36
%24
%4

Triadic Colors of #f59eba

#f59eba #baf59e #9ebaf5

Analogous Colors of #f59eba

#f59eba #f5ae9e #f59ee6

Monochromatic Colors of #f59eba

#f59eba

Complementary Color

#f59eba #9ef5d9

#f59eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59eba Color CSS Codes

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

#f59eba Text Font Color

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

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


#f59eba Background Color

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

This div background color is #f59eba


#f59eba Border Color

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

This div border color is #f59eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59eba


Comments

No comments written yet.

Please login to write comment.