Color Hex Logo

#f0e921 Color Hex

#F0E921
(240,233,33)
0 Favorites   0 Comments

Color spaces of #f0e921

RGB 24023333
HSL0.160.870.54
HSV58°86°94°
CMYK 0.000.030.86   0.06
XYZ65.348676.912912.8403
Yxy76.91290.42130.4959
Hunter Lab87.7000-20.467952.7093
CIE-Lab90.2815-16.807985.1667

#f0e921 color RGB value is (240,233,33).

#f0e921 hex color red value is 240, green value is 233 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #f0e921 hue: 0.16 , saturation: 0.87 and the lightness value of f0e921 is 0.54.

The process color (four color CMYK) of #f0e921 color hex is 0.00, 0.03, 0.86, 0.06. Web safe color of #f0e921 is #ffff33. Color #f0e921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101001 00100001
Octal 360 351 41
Decimal 240 233 33
Hex F0 E9 21

RGB Percentages of Color #f0e921

%47.43
%46.05
%6.52

CMYK Percentages of Color #f0e921

%0
%3
%86
%6

Triadic Colors of #f0e921

#f0e921 #21f0e9 #e921f0

Analogous Colors of #f0e921

#f0e921 #90f021 #f08221

Monochromatic Colors of #f0e921

#f0e921

Complementary Color

#f0e921 #2128f0

#f0e921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0e921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0e921 Color CSS Codes

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

#f0e921 Text Font Color

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

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


#f0e921 Background Color

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

This div background color is #f0e921


#f0e921 Border Color

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

This div border color is #f0e921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0e921


Comments

No comments written yet.

Please login to write comment.