Color Hex Logo

#f2ff73 Color Hex

#F2FF73
(242,255,115)
0 Favorites   0 Comments

Color spaces of #f2ff73

RGB 242255115
HSL0.181.000.73
HSV66°55°100°
CMYK 0.050.000.55   0.00
XYZ75.472591.635129.9292
Yxy91.63510.38300.4651
Hunter Lab95.7262-26.787948.4711
CIE-Lab96.6709-22.644564.2208

#f2ff73 color RGB value is (242,255,115).

#f2ff73 hex color red value is 242, green value is 255 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #f2ff73 hue: 0.18 , saturation: 1.00 and the lightness value of f2ff73 is 0.73.

The process color (four color CMYK) of #f2ff73 color hex is 0.05, 0.00, 0.55, 0.00. Web safe color of #f2ff73 is #ffff66. Color #f2ff73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111111 01110011
Octal 362 377 163
Decimal 242 255 115
Hex F2 FF 73

RGB Percentages of Color #f2ff73

%39.54
%41.67
%18.79

CMYK Percentages of Color #f2ff73

%5
%0
%55
%0

Triadic Colors of #f2ff73

#f2ff73 #73f2ff #ff73f2

Analogous Colors of #f2ff73

#f2ff73 #acff73 #ffc673

Monochromatic Colors of #f2ff73

#f2ff73

Complementary Color

#f2ff73 #8073ff

#f2ff73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ff73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ff73 Color CSS Codes

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

#f2ff73 Text Font Color

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

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


#f2ff73 Background Color

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

This div background color is #f2ff73


#f2ff73 Border Color

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

This div border color is #f2ff73


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,255,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 #f2ff73">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ff73

Related Colors


Comments

No comments written yet.

Please login to write comment.