Color Hex Logo

#f0eb64 Color Hex

#F0EB64
(240,235,100)
0 Favorites   0 Comments

Color spaces of #f0eb64

RGB 240235100
HSL0.160.820.67
HSV58°58°94°
CMYK 0.000.020.58   0.06
XYZ67.943878.862023.6975
Yxy78.86200.39850.4625
Hunter Lab88.8043-18.837946.3414
CIE-Lab91.1718-14.879264.4757

#f0eb64 color RGB value is (240,235,100).

#f0eb64 hex color red value is 240, green value is 235 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f0eb64 hue: 0.16 , saturation: 0.82 and the lightness value of f0eb64 is 0.67.

The process color (four color CMYK) of #f0eb64 color hex is 0.00, 0.02, 0.58, 0.06. Web safe color of #f0eb64 is #ffff66. Color #f0eb64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101011 01100100
Octal 360 353 144
Decimal 240 235 100
Hex F0 EB 64

RGB Percentages of Color #f0eb64

%41.74
%40.87
%17.39

CMYK Percentages of Color #f0eb64

%0
%2
%58
%6

Triadic Colors of #f0eb64

#f0eb64 #64f0eb #eb64f0

Analogous Colors of #f0eb64

#f0eb64 #aff064 #f0a564

Monochromatic Colors of #f0eb64

#f0eb64

Complementary Color

#f0eb64 #6469f0

#f0eb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eb64 Color CSS Codes

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

#f0eb64 Text Font Color

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

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


#f0eb64 Background Color

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

This div background color is #f0eb64


#f0eb64 Border Color

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

This div border color is #f0eb64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eb64


Comments

No comments written yet.

Please login to write comment.