Color Hex Logo

#f5ba5b Color Hex

#F5BA5B
(245,186,91)
0 Favorites   0 Comments

Color spaces of #f5ba5b

RGB 24518691
HSL0.100.890.66
HSV37°63°96°
CMYK 0.000.240.63   0.04
XYZ57.103455.285617.5590
Yxy55.28560.43940.4254
Hunter Lab74.35436.966338.0465
CIE-Lab79.205511.533155.2853

#f5ba5b color RGB value is (245,186,91).

#f5ba5b hex color red value is 245, green value is 186 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #f5ba5b hue: 0.10 , saturation: 0.89 and the lightness value of f5ba5b is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111010 01011011
Octal 365 272 133
Decimal 245 186 91
Hex F5 BA 5B

RGB Percentages of Color #f5ba5b

%46.93
%35.63
%17.43

CMYK Percentages of Color #f5ba5b

%0
%24
%63
%4

Triadic Colors of #f5ba5b

#f5ba5b #5bf5ba #ba5bf5

Analogous Colors of #f5ba5b

#f5ba5b #e3f55b #f56d5b

Monochromatic Colors of #f5ba5b

#f5ba5b

Complementary Color

#f5ba5b #5b96f5

#f5ba5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ba5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ba5b Color CSS Codes

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

#f5ba5b Text Font Color

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

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


#f5ba5b Background Color

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

This div background color is #f5ba5b


#f5ba5b Border Color

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

This div border color is #f5ba5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ba5b


Comments

No comments written yet.

Please login to write comment.