Color Hex Logo

#f5d76e Color Hex

#F5D76E
(245,215,110)
0 Favorites   0 Comments

Color spaces of #f5d76e

RGB 245215110
HSL0.130.870.70
HSV47°55°96°
CMYK 0.000.120.55   0.04
XYZ64.771169.139124.6832
Yxy69.13910.40840.4360
Hunter Lab83.1499-6.466640.6046
CIE-Lab86.5729-2.126254.9011

#f5d76e color RGB value is (245,215,110).

#f5d76e hex color red value is 245, green value is 215 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #f5d76e hue: 0.13 , saturation: 0.87 and the lightness value of f5d76e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11010111 01101110
Octal 365 327 156
Decimal 245 215 110
Hex F5 D7 6E

RGB Percentages of Color #f5d76e

%42.98
%37.72
%19.30

CMYK Percentages of Color #f5d76e

%0
%12
%55
%4

Triadic Colors of #f5d76e

#f5d76e #6ef5d7 #d76ef5

Analogous Colors of #f5d76e

#f5d76e #d0f56e #f5946e

Monochromatic Colors of #f5d76e

#f5d76e

Complementary Color

#f5d76e #6e8cf5

#f5d76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5d76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5d76e Color CSS Codes

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

#f5d76e Text Font Color

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

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


#f5d76e Background Color

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

This div background color is #f5d76e


#f5d76e Border Color

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

This div border color is #f5d76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5d76e

#f5d76e Color Palettes


Comments

No comments written yet.

Please login to write comment.