Color Hex Logo

#f5c958 Color Hex

#F5C958
(245,201,88)
0 Favorites   0 Comments

Color spaces of #f5c958

RGB 24520188
HSL0.120.890.65
HSV43°64°96°
CMYK 0.000.180.64   0.04
XYZ60.304361.890318.0002
Yxy61.89030.43010.4415
Hunter Lab78.6704-0.845141.5034
CIE-Lab82.85503.542660.6734

#f5c958 color RGB value is (245,201,88).

#f5c958 hex color red value is 245, green value is 201 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #f5c958 hue: 0.12 , saturation: 0.89 and the lightness value of f5c958 is 0.65.

The process color (four color CMYK) of #f5c958 color hex is 0.00, 0.18, 0.64, 0.04. Web safe color of #f5c958 is #ffcc66. Color #f5c958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001001 01011000
Octal 365 311 130
Decimal 245 201 88
Hex F5 C9 58

RGB Percentages of Color #f5c958

%45.88
%37.64
%16.48

CMYK Percentages of Color #f5c958

%0
%18
%64
%4

Triadic Colors of #f5c958

#f5c958 #58f5c9 #c958f5

Analogous Colors of #f5c958

#f5c958 #d3f558 #f57b58

Monochromatic Colors of #f5c958

#f5c958

Complementary Color

#f5c958 #5884f5

#f5c958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5c958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5c958 Color CSS Codes

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

#f5c958 Text Font Color

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

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


#f5c958 Background Color

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

This div background color is #f5c958


#f5c958 Border Color

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

This div border color is #f5c958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5c958


Comments

No comments written yet.

Please login to write comment.