color codes Logo

#f5e560 color codes

#F5E560
(245,229,96)
0 Favorites   0 Comments

Color spaces of #f5e560

RGB 24522996
HSL0.150.880.67
HSV54°61°96°
CMYK 0.000.070.61   0.04
XYZ67.786876.295622.2201
Yxy76.29560.40760.4588
Hunter Lab87.3474-14.331146.0605
CIE-Lab89.9964-10.157565.0030

#f5e560 color RGB value is (245,229,96).

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

The process color (four color CMYK) of #f5e560 color code is 0.00, 0.07, 0.61, 0.04. Web safe color of #f5e560 is #ffcc66. Color #f5e560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11100101 01100000
Octal 365 345 140
Decimal 245 229 96
Hex F5 E5 60

RGB Percentages of Color #f5e560

%42.98
%40.18
%16.84

CMYK Percentages of Color #f5e560

%0
%7
%61
%4

Triadic Colors of #f5e560

#f5e560 #60f5e5 #e560f5

Analogous Colors of #f5e560

#f5e560 #bbf560 #f59b60

Monochromatic Colors of #f5e560

#f5e560

Complementary Color

#f5e560 #6070f5

#f5e560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5e560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5e560 Color CSS Codes

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

#f5e560 Text Font Color

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

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


#f5e560 Background Color

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

This div background color is #f5e560


#f5e560 Border Color

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

This div border color is #f5e560


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,229,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 #f5e560">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5e560


Comments

No comments written yet.

Please login to write comment.