Color Hex Logo

#f0e415 Color Hex

#F0E415
(240,228,21)
0 Favorites   0 Comments

Color spaces of #f0e415

RGB 24022821
HSL0.160.880.51
HSV57°91°94°
CMYK 0.000.050.91   0.06
XYZ63.813974.066211.6423
Yxy74.06620.42680.4954
Hunter Lab86.0617-18.252152.2225
CIE-Lab88.9538-14.566986.0278

#f0e415 color RGB value is (240,228,21).

#f0e415 hex color red value is 240, green value is 228 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #f0e415 hue: 0.16 , saturation: 0.88 and the lightness value of f0e415 is 0.51.

The process color (four color CMYK) of #f0e415 color hex is 0.00, 0.05, 0.91, 0.06. Web safe color of #f0e415 is #ffcc00. Color #f0e415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11100100 00010101
Octal 360 344 25
Decimal 240 228 21
Hex F0 E4 15

RGB Percentages of Color #f0e415

%49.08
%46.63
%4.29

CMYK Percentages of Color #f0e415

%0
%5
%91
%6

Triadic Colors of #f0e415

#f0e415 #15f0e4 #e415f0

Analogous Colors of #f0e415

#f0e415 #8ff015 #f07715

Monochromatic Colors of #f0e415

#f0e415

Complementary Color

#f0e415 #1521f0

#f0e415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0e415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0e415 Color CSS Codes

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

#f0e415 Text Font Color

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

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


#f0e415 Background Color

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

This div background color is #f0e415


#f0e415 Border Color

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

This div border color is #f0e415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0e415


Comments

No comments written yet.

Please login to write comment.