Color Hex Logo

#f0da56 Color Hex

#F0DA56
(240,218,86)
0 Favorites   0 Comments

Color spaces of #f0da56

RGB 24021886
HSL0.140.840.64
HSV51°64°94°
CMYK 0.000.090.64   0.06
XYZ62.686369.340018.8841
Yxy69.34000.41540.4595
Hunter Lab83.2706-11.348544.8437
CIE-Lab86.6721-7.326465.4866

#f0da56 color RGB value is (240,218,86).

#f0da56 hex color red value is 240, green value is 218 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #f0da56 hue: 0.14 , saturation: 0.84 and the lightness value of f0da56 is 0.64.

The process color (four color CMYK) of #f0da56 color hex is 0.00, 0.09, 0.64, 0.06. Web safe color of #f0da56 is #ffcc66. Color #f0da56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011010 01010110
Octal 360 332 126
Decimal 240 218 86
Hex F0 DA 56

RGB Percentages of Color #f0da56

%44.12
%40.07
%15.81

CMYK Percentages of Color #f0da56

%0
%9
%64
%6

Triadic Colors of #f0da56

#f0da56 #56f0da #da56f0

Analogous Colors of #f0da56

#f0da56 #b9f056 #f08d56

Monochromatic Colors of #f0da56

#f0da56

Complementary Color

#f0da56 #566cf0

#f0da56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0da56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0da56 Color CSS Codes

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

#f0da56 Text Font Color

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

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


#f0da56 Background Color

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

This div background color is #f0da56


#f0da56 Border Color

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

This div border color is #f0da56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0da56


Comments

No comments written yet.

Please login to write comment.