Color Hex Logo

#f5e760 Color Hex

#F5E760
(245,231,96)
0 Favorites   0 Comments

Color spaces of #f5e760

RGB 24523196
HSL0.150.880.67
HSV54°61°96°
CMYK 0.000.060.61   0.04
XYZ68.343477.408822.4056
Yxy77.40880.40640.4603
Hunter Lab87.9823-15.312746.4888
CIE-Lab90.5094-11.149465.5608

#f5e760 color RGB value is (245,231,96).

#f5e760 hex color red value is 245, green value is 231 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #f5e760 hue: 0.15 , saturation: 0.88 and the lightness value of f5e760 is 0.67.

The process color (four color CMYK) of #f5e760 color hex is 0.00, 0.06, 0.61, 0.04. Web safe color of #f5e760 is #ffff66. Color #f5e760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11100111 01100000
Octal 365 347 140
Decimal 245 231 96
Hex F5 E7 60

RGB Percentages of Color #f5e760

%42.83
%40.38
%16.78

CMYK Percentages of Color #f5e760

%0
%6
%61
%4

Triadic Colors of #f5e760

#f5e760 #60f5e7 #e760f5

Analogous Colors of #f5e760

#f5e760 #b9f560 #f59d60

Monochromatic Colors of #f5e760

#f5e760

Complementary Color

#f5e760 #606ef5

#f5e760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5e760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5e760 Color CSS Codes

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

#f5e760 Text Font Color

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

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


#f5e760 Background Color

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

This div background color is #f5e760


#f5e760 Border Color

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

This div border color is #f5e760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5e760


Comments

No comments written yet.

Please login to write comment.