Color Hex Logo

#f0f932 Color Hex

#F0F932
(240,249,50)
0 Favorites   0 Comments

Color spaces of #f0f932

RGB 24024950
HSL0.170.940.59
HSV63°80°98°
CMYK 0.040.000.80   0.02
XYZ70.386686.506916.0054
Yxy86.50690.40710.5003
Hunter Lab93.0091-27.682254.9035
CIE-Lab94.5287-24.053585.0149

#f0f932 color RGB value is (240,249,50).

#f0f932 hex color red value is 240, green value is 249 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #f0f932 hue: 0.17 , saturation: 0.94 and the lightness value of f0f932 is 0.59.

The process color (four color CMYK) of #f0f932 color hex is 0.04, 0.00, 0.80, 0.02. Web safe color of #f0f932 is #ffff33. Color #f0f932 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111001 00110010
Octal 360 371 62
Decimal 240 249 50
Hex F0 F9 32

RGB Percentages of Color #f0f932

%44.53
%46.20
%9.28

CMYK Percentages of Color #f0f932

%4
%0
%80
%2

Triadic Colors of #f0f932

#f0f932 #32f0f9 #f932f0

Analogous Colors of #f0f932

#f0f932 #8df932 #f99f32

Monochromatic Colors of #f0f932

#f0f932

Complementary Color

#f0f932 #3b32f9

#f0f932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0f932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0f932 Color CSS Codes

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

#f0f932 Text Font Color

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

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


#f0f932 Background Color

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

This div background color is #f0f932


#f0f932 Border Color

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

This div border color is #f0f932


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,249,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0f932; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0f932;
  -webkit-box-shadow: 1px 1px 3px 2px #f0f932;
  box-shadow:         1px 1px 3px 2px #f0f932; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,249,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0f932

Related Colors


Comments

No comments written yet.

Please login to write comment.