Color Hex Logo

#f0d83a Color Hex

#F0D83A
(240,216,58)
0 Favorites   0 Comments

Color spaces of #f0d83a

RGB 24021658
HSL0.140.860.58
HSV52°76°94°
CMYK 0.000.100.76   0.06
XYZ61.254867.942513.8887
Yxy67.94250.42810.4748
Hunter Lab82.4272-11.597647.7089
CIE-Lab85.9777-7.671675.1465

#f0d83a color RGB value is (240,216,58).

#f0d83a hex color red value is 240, green value is 216 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #f0d83a hue: 0.14 , saturation: 0.86 and the lightness value of f0d83a is 0.58.

The process color (four color CMYK) of #f0d83a color hex is 0.00, 0.10, 0.76, 0.06. Web safe color of #f0d83a is #ffcc33. Color #f0d83a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011000 00111010
Octal 360 330 72
Decimal 240 216 58
Hex F0 D8 3A

RGB Percentages of Color #f0d83a

%46.69
%42.02
%11.28

CMYK Percentages of Color #f0d83a

%0
%10
%76
%6

Triadic Colors of #f0d83a

#f0d83a #3af0d8 #d83af0

Analogous Colors of #f0d83a

#f0d83a #adf03a #f07d3a

Monochromatic Colors of #f0d83a

#f0d83a

Complementary Color

#f0d83a #3a52f0

#f0d83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0d83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0d83a Color CSS Codes

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

#f0d83a Text Font Color

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

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


#f0d83a Background Color

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

This div background color is #f0d83a


#f0d83a Border Color

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

This div border color is #f0d83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0d83a


Comments

No comments written yet.

Please login to write comment.