Color Hex Logo

#f2fd1e Color Hex

#F2FD1E
(242,253,30)
0 Favorites   0 Comments

Color spaces of #f2fd1e

RGB 24225330
HSL0.170.980.55
HSV63°88°99°
CMYK 0.040.000.88   0.01
XYZ71.977689.221514.6562
Yxy89.22150.40930.5074
Hunter Lab94.4571-29.280656.9204
CIE-Lab95.6729-25.602690.0411

#f2fd1e color RGB value is (242,253,30).

#f2fd1e hex color red value is 242, green value is 253 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #f2fd1e hue: 0.17 , saturation: 0.98 and the lightness value of f2fd1e is 0.55.

The process color (four color CMYK) of #f2fd1e color hex is 0.04, 0.00, 0.88, 0.01. Web safe color of #f2fd1e is #ffff33. Color #f2fd1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111101 00011110
Octal 362 375 36
Decimal 242 253 30
Hex F2 FD 1E

RGB Percentages of Color #f2fd1e

%46.10
%48.19
%5.71

CMYK Percentages of Color #f2fd1e

%4
%0
%88
%1

Triadic Colors of #f2fd1e

#f2fd1e #1ef2fd #fd1ef2

Analogous Colors of #f2fd1e

#f2fd1e #83fd1e #fd991e

Monochromatic Colors of #f2fd1e

#f2fd1e

Complementary Color

#f2fd1e #291efd

#f2fd1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2fd1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2fd1e Color CSS Codes

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

#f2fd1e Text Font Color

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

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


#f2fd1e Background Color

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

This div background color is #f2fd1e


#f2fd1e Border Color

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

This div border color is #f2fd1e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,253,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2fd1e


Comments

No comments written yet.

Please login to write comment.