Color Hex Logo

#f5fc73 Color Hex

#F5FC73
(245,252,115)
0 Favorites   0 Comments

Color spaces of #f5fc73

RGB 245252115
HSL0.180.960.72
HSV63°54°99°
CMYK 0.030.000.54   0.01
XYZ75.561190.271129.6612
Yxy90.27110.38650.4618
Hunter Lab95.0111-24.310747.9982
CIE-Lab96.1091-20.041663.6415

#f5fc73 color RGB value is (245,252,115).

#f5fc73 hex color red value is 245, green value is 252 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #f5fc73 hue: 0.18 , saturation: 0.96 and the lightness value of f5fc73 is 0.72.

The process color (four color CMYK) of #f5fc73 color hex is 0.03, 0.00, 0.54, 0.01. Web safe color of #f5fc73 is #ffff66. Color #f5fc73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111100 01110011
Octal 365 374 163
Decimal 245 252 115
Hex F5 FC 73

RGB Percentages of Color #f5fc73

%40.03
%41.18
%18.79

CMYK Percentages of Color #f5fc73

%3
%0
%54
%1

Triadic Colors of #f5fc73

#f5fc73 #73f5fc #fc73f5

Analogous Colors of #f5fc73

#f5fc73 #b1fc73 #fcbf73

Monochromatic Colors of #f5fc73

#f5fc73

Complementary Color

#f5fc73 #7a73fc

#f5fc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fc73 Color CSS Codes

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

#f5fc73 Text Font Color

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

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


#f5fc73 Background Color

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

This div background color is #f5fc73


#f5fc73 Border Color

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

This div border color is #f5fc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fc73

Related Colors


Comments

No comments written yet.

Please login to write comment.