Color Hex Logo

#f59686 Color Hex

#F59686
(245,150,134)
0 Favorites   0 Comments

Color spaces of #f59686

RGB 245150134
HSL0.020.850.74
HSV45°96°
CMYK 0.000.390.45   0.04
XYZ52.865642.946428.0574
Yxy42.94640.42680.3467
Hunter Lab65.533529.311620.4891
CIE-Lab71.518633.960223.6242

#f59686 color RGB value is (245,150,134).

#f59686 hex color red value is 245, green value is 150 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #f59686 hue: 0.02 , saturation: 0.85 and the lightness value of f59686 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010110 10000110
Octal 365 226 206
Decimal 245 150 134
Hex F5 96 86

RGB Percentages of Color #f59686

%46.31
%28.36
%25.33

CMYK Percentages of Color #f59686

%0
%39
%45
%4

Triadic Colors of #f59686

#f59686 #86f596 #9686f5

Analogous Colors of #f59686

#f59686 #f5ce86 #f586ae

Monochromatic Colors of #f59686

#f59686

Complementary Color

#f59686 #86e5f5

#f59686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59686 Color CSS Codes

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

#f59686 Text Font Color

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

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


#f59686 Background Color

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

This div background color is #f59686


#f59686 Border Color

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

This div border color is #f59686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59686


Comments

No comments written yet.

Please login to write comment.