Color Hex Logo

#f0d419 Color Hex

#F0D419
(240,212,25)
0 Favorites   0 Comments

Color spaces of #f0d419

RGB 24021225
HSL0.140.880.52
HSV52°90°94°
CMYK 0.000.120.90   0.06
XYZ59.654165.682410.4536
Yxy65.68240.43930.4837
Hunter Lab81.0447-10.440749.0837
CIE-Lab84.8342-6.537882.2724

#f0d419 color RGB value is (240,212,25).

#f0d419 hex color red value is 240, green value is 212 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #f0d419 hue: 0.14 , saturation: 0.88 and the lightness value of f0d419 is 0.52.

The process color (four color CMYK) of #f0d419 color hex is 0.00, 0.12, 0.90, 0.06. Web safe color of #f0d419 is #ffcc00. Color #f0d419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11010100 00011001
Octal 360 324 31
Decimal 240 212 25
Hex F0 D4 19

RGB Percentages of Color #f0d419

%50.31
%44.44
%5.24

CMYK Percentages of Color #f0d419

%0
%12
%90
%6

Triadic Colors of #f0d419

#f0d419 #19f0d4 #d419f0

Analogous Colors of #f0d419

#f0d419 #a1f019 #f06919

Monochromatic Colors of #f0d419

#f0d419

Complementary Color

#f0d419 #1935f0

#f0d419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0d419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0d419 Color CSS Codes

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

#f0d419 Text Font Color

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

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


#f0d419 Background Color

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

This div background color is #f0d419


#f0d419 Border Color

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

This div border color is #f0d419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0d419


Comments

No comments written yet.

Please login to write comment.