Color Hex Logo

#f5db5c Color Hex

#F5DB5C
(245,219,92)
0 Favorites   0 Comments

Color spaces of #f5db5c

RGB 24521992
HSL0.140.880.66
HSV50°62°96°
CMYK 0.000.110.62   0.04
XYZ64.919570.848220.3787
Yxy70.84820.41580.4537
Hunter Lab84.1714-9.626844.5653
CIE-Lab87.4112-5.403963.8927

#f5db5c color RGB value is (245,219,92).

#f5db5c hex color red value is 245, green value is 219 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #f5db5c hue: 0.14 , saturation: 0.88 and the lightness value of f5db5c is 0.66.

The process color (four color CMYK) of #f5db5c color hex is 0.00, 0.11, 0.62, 0.04. Web safe color of #f5db5c is #ffcc66. Color #f5db5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011011 01011100
Octal 365 333 134
Decimal 245 219 92
Hex F5 DB 5C

RGB Percentages of Color #f5db5c

%44.06
%39.39
%16.55

CMYK Percentages of Color #f5db5c

%0
%11
%62
%4

Triadic Colors of #f5db5c

#f5db5c #5cf5db #db5cf5

Analogous Colors of #f5db5c

#f5db5c #c3f55c #f58f5c

Monochromatic Colors of #f5db5c

#f5db5c

Complementary Color

#f5db5c #5c76f5

#f5db5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5db5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5db5c Color CSS Codes

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

#f5db5c Text Font Color

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

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


#f5db5c Background Color

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

This div background color is #f5db5c


#f5db5c Border Color

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

This div border color is #f5db5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5db5c


Comments

No comments written yet.

Please login to write comment.