Color Hex Logo

#f5b978 Color Hex

#F5B978
(245,185,120)
0 Favorites   0 Comments

Color spaces of #f5b978

RGB 245185120
HSL0.090.860.72
HSV31°51°96°
CMYK 0.000.240.51   0.04
XYZ58.395355.466525.3976
Yxy55.46650.41930.3983
Hunter Lab74.47589.626331.9141
CIE-Lab79.309214.244041.2122

#f5b978 color RGB value is (245,185,120).

#f5b978 hex color red value is 245, green value is 185 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #f5b978 hue: 0.09 , saturation: 0.86 and the lightness value of f5b978 is 0.72.

The process color (four color CMYK) of #f5b978 color hex is 0.00, 0.24, 0.51, 0.04. Web safe color of #f5b978 is #ffcc66. Color #f5b978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111001 01111000
Octal 365 271 170
Decimal 245 185 120
Hex F5 B9 78

RGB Percentages of Color #f5b978

%44.55
%33.64
%21.82

CMYK Percentages of Color #f5b978

%0
%24
%51
%4

Triadic Colors of #f5b978

#f5b978 #78f5b9 #b978f5

Analogous Colors of #f5b978

#f5b978 #f3f578 #f57b78

Monochromatic Colors of #f5b978

#f5b978

Complementary Color

#f5b978 #78b4f5

#f5b978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5b978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5b978 Color CSS Codes

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

#f5b978 Text Font Color

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

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


#f5b978 Background Color

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

This div background color is #f5b978


#f5b978 Border Color

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

This div border color is #f5b978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5b978


Comments

No comments written yet.

Please login to write comment.