Color Hex Logo

#f5ba81 Color Hex

#F5BA81
(245,186,129)
0 Favorites   0 Comments

Color spaces of #f5ba81

RGB 245186129
HSL0.080.850.73
HSV29°47°96°
CMYK 0.000.240.47   0.04
XYZ59.177556.115328.4812
Yxy56.11530.41160.3903
Hunter Lab74.91019.918629.8948
CIE-Lab79.679414.537937.0570

#f5ba81 color RGB value is (245,186,129).

#f5ba81 hex color red value is 245, green value is 186 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #f5ba81 hue: 0.08 , saturation: 0.85 and the lightness value of f5ba81 is 0.73.

The process color (four color CMYK) of #f5ba81 color hex is 0.00, 0.24, 0.47, 0.04. Web safe color of #f5ba81 is #ffcc99. Color #f5ba81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111010 10000001
Octal 365 272 201
Decimal 245 186 129
Hex F5 BA 81

RGB Percentages of Color #f5ba81

%43.75
%33.21
%23.04

CMYK Percentages of Color #f5ba81

%0
%24
%47
%4

Triadic Colors of #f5ba81

#f5ba81 #81f5ba #ba81f5

Analogous Colors of #f5ba81

#f5ba81 #f5f481 #f58182

Monochromatic Colors of #f5ba81

#f5ba81

Complementary Color

#f5ba81 #81bcf5

#f5ba81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ba81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ba81 Color CSS Codes

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

#f5ba81 Text Font Color

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

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


#f5ba81 Background Color

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

This div background color is #f5ba81


#f5ba81 Border Color

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

This div border color is #f5ba81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ba81

#f5ba81 Color Palettes


Comments

No comments written yet.

Please login to write comment.