Color Hex Logo

#f5836d Color Hex

#F5836D
(245,131,109)
0 Favorites   0 Comments

Color spaces of #f5836d

RGB 245131109
HSL0.030.870.69
HSV10°56°96°
CMYK 0.000.470.56   0.04
XYZ48.532836.749219.0033
Yxy36.74920.46540.3524
Hunter Lab60.621136.818823.8488
CIE-Lab67.088441.500231.4874

#f5836d color RGB value is (245,131,109).

#f5836d hex color red value is 245, green value is 131 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #f5836d hue: 0.03 , saturation: 0.87 and the lightness value of f5836d is 0.69.

The process color (four color CMYK) of #f5836d color hex is 0.00, 0.47, 0.56, 0.04. Web safe color of #f5836d is #ff9966. Color #f5836d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000011 01101101
Octal 365 203 155
Decimal 245 131 109
Hex F5 83 6D

RGB Percentages of Color #f5836d

%50.52
%27.01
%22.47

CMYK Percentages of Color #f5836d

%0
%47
%56
%4

Triadic Colors of #f5836d

#f5836d #6df583 #836df5

Analogous Colors of #f5836d

#f5836d #f5c76d #f56d9b

Monochromatic Colors of #f5836d

#f5836d

Complementary Color

#f5836d #6ddff5

#f5836d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5836d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5836d Color CSS Codes

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

#f5836d Text Font Color

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

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


#f5836d Background Color

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

This div background color is #f5836d


#f5836d Border Color

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

This div border color is #f5836d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5836d


Comments

No comments written yet.

Please login to write comment.