Color Hex Logo

#f0f150 Color Hex

#F0F150
(240,241,80)
0 Favorites   0 Comments

Color spaces of #f0f150

RGB 24024180
HSL0.170.850.63
HSV60°67°95°
CMYK 0.000.000.67   0.05
XYZ68.838482.015019.7917
Yxy82.01500.40340.4806
Hunter Lab90.5621-22.801750.4361
CIE-Lab92.5815-19.001873.9161

#f0f150 color RGB value is (240,241,80).

#f0f150 hex color red value is 240, green value is 241 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #f0f150 hue: 0.17 , saturation: 0.85 and the lightness value of f0f150 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11110001 01010000
Octal 360 361 120
Decimal 240 241 80
Hex F0 F1 50

RGB Percentages of Color #f0f150

%42.78
%42.96
%14.26

CMYK Percentages of Color #f0f150

%0
%0
%67
%5

Triadic Colors of #f0f150

#f0f150 #50f0f1 #f150f0

Analogous Colors of #f0f150

#f0f150 #a0f150 #f1a250

Monochromatic Colors of #f0f150

#f0f150

Complementary Color

#f0f150 #5150f1

#f0f150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0f150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0f150 Color CSS Codes

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

#f0f150 Text Font Color

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

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


#f0f150 Background Color

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

This div background color is #f0f150


#f0f150 Border Color

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

This div border color is #f0f150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0f150


Comments

No comments written yet.

Please login to write comment.