Color Hex Logo

#f0e015 Color Hex

#F0E015
(240,224,21)
0 Favorites   0 Comments

Color spaces of #f0e015

RGB 24022421
HSL0.150.880.51
HSV56°91°94°
CMYK 0.000.070.91   0.06
XYZ62.726271.890711.2797
Yxy71.89070.42990.4928
Hunter Lab84.7884-16.325951.4643
CIE-Lab87.9160-12.595485.2344

#f0e015 color RGB value is (240,224,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11100000 00010101
Octal 360 340 25
Decimal 240 224 21
Hex F0 E0 15

RGB Percentages of Color #f0e015

%49.48
%46.19
%4.33

CMYK Percentages of Color #f0e015

%0
%7
%91
%6

Triadic Colors of #f0e015

#f0e015 #15f0e0 #e015f0

Analogous Colors of #f0e015

#f0e015 #93f015 #f07315

Monochromatic Colors of #f0e015

#f0e015

Complementary Color

#f0e015 #1525f0

#f0e015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0e015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0e015 Color CSS Codes

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

#f0e015 Text Font Color

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

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


#f0e015 Background Color

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

This div background color is #f0e015


#f0e015 Border Color

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

This div border color is #f0e015


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,224,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 #f0e015">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0e015


Comments

No comments written yet.

Please login to write comment.