Color Hex Logo

#f5d968 Color Hex

#F5D968
(245,217,104)
0 Favorites   0 Comments

Color spaces of #f5d968

RGB 245217104
HSL0.130.880.68
HSV48°58°96°
CMYK 0.000.110.58   0.04
XYZ64.967770.037723.1912
Yxy70.03770.41070.4427
Hunter Lab83.6885-7.884742.1519
CIE-Lab87.0154-3.588758.1723

#f5d968 color RGB value is (245,217,104).

#f5d968 hex color red value is 245, green value is 217 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #f5d968 hue: 0.13 , saturation: 0.88 and the lightness value of f5d968 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011001 01101000
Octal 365 331 150
Decimal 245 217 104
Hex F5 D9 68

RGB Percentages of Color #f5d968

%43.29
%38.34
%18.37

CMYK Percentages of Color #f5d968

%0
%11
%58
%4

Triadic Colors of #f5d968

#f5d968 #68f5d9 #d968f5

Analogous Colors of #f5d968

#f5d968 #cbf568 #f59368

Monochromatic Colors of #f5d968

#f5d968

Complementary Color

#f5d968 #6884f5

#f5d968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5d968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5d968 Color CSS Codes

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

#f5d968 Text Font Color

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

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


#f5d968 Background Color

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

This div background color is #f5d968


#f5d968 Border Color

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

This div border color is #f5d968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5d968

Related Colors


Comments

No comments written yet.

Please login to write comment.