Color Hex Logo

#f5d74f Color Hex

#F5D74F
(245,215,79)
0 Favorites   0 Comments

Color spaces of #f5d74f

RGB 24521579
HSL0.140.890.64
HSV49°68°96°
CMYK 0.000.120.68   0.04
XYZ63.367968.577917.2941
Yxy68.57790.42460.4595
Hunter Lab82.8118-8.331745.5863
CIE-Lab86.2946-4.127368.0582

#f5d74f color RGB value is (245,215,79).

#f5d74f hex color red value is 245, green value is 215 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #f5d74f hue: 0.14 , saturation: 0.89 and the lightness value of f5d74f is 0.64.

The process color (four color CMYK) of #f5d74f color hex is 0.00, 0.12, 0.68, 0.04. Web safe color of #f5d74f is #ffcc66. Color #f5d74f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11010111 01001111
Octal 365 327 117
Decimal 245 215 79
Hex F5 D7 4F

RGB Percentages of Color #f5d74f

%45.45
%39.89
%14.66

CMYK Percentages of Color #f5d74f

%0
%12
%68
%4

Triadic Colors of #f5d74f

#f5d74f #4ff5d7 #d74ff5

Analogous Colors of #f5d74f

#f5d74f #c0f54f #f5844f

Monochromatic Colors of #f5d74f

#f5d74f

Complementary Color

#f5d74f #4f6df5

#f5d74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5d74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5d74f Color CSS Codes

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

#f5d74f Text Font Color

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

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


#f5d74f Background Color

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

This div background color is #f5d74f


#f5d74f Border Color

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

This div border color is #f5d74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5d74f


Comments

No comments written yet.

Please login to write comment.