Color Hex Logo

#f5d37a Color Hex

#F5D37A
(245,211,122)
0 Favorites   0 Comments

Color spaces of #f5d37a

RGB 245211122
HSL0.120.860.72
HSV43°50°96°
CMYK 0.000.140.50   0.04
XYZ64.463367.406128.0255
Yxy67.40610.40320.4216
Hunter Lab82.1012-3.524537.2320
CIE-Lab85.70860.901048.1380

#f5d37a color RGB value is (245,211,122).

#f5d37a hex color red value is 245, green value is 211 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #f5d37a hue: 0.12 , saturation: 0.86 and the lightness value of f5d37a is 0.72.

The process color (four color CMYK) of #f5d37a color hex is 0.00, 0.14, 0.50, 0.04. Web safe color of #f5d37a is #ffcc66. Color #f5d37a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11010011 01111010
Octal 365 323 172
Decimal 245 211 122
Hex F5 D3 7A

RGB Percentages of Color #f5d37a

%42.39
%36.51
%21.11

CMYK Percentages of Color #f5d37a

%0
%14
%50
%4

Triadic Colors of #f5d37a

#f5d37a #7af5d3 #d37af5

Analogous Colors of #f5d37a

#f5d37a #daf57a #f5967a

Monochromatic Colors of #f5d37a

#f5d37a

Complementary Color

#f5d37a #7a9cf5

#f5d37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5d37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5d37a Color CSS Codes

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

#f5d37a Text Font Color

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

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


#f5d37a Background Color

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

This div background color is #f5d37a


#f5d37a Border Color

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

This div border color is #f5d37a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5d37a


Comments

No comments written yet.

Please login to write comment.