Color Hex Logo

#f0da73 Color Hex

#F0DA73
(240,218,115)
0 Favorites   0 Comments

Color spaces of #f0da73

RGB 240218115
HSL0.140.810.70
HSV49°52°94°
CMYK 0.000.090.52   0.06
XYZ64.101169.905926.3343
Yxy69.90590.39980.4360
Hunter Lab83.6097-9.466439.8524
CIE-Lab86.9507-5.277152.8919

#f0da73 color RGB value is (240,218,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011010 01110011
Octal 360 332 163
Decimal 240 218 115
Hex F0 DA 73

RGB Percentages of Color #f0da73

%41.88
%38.05
%20.07

CMYK Percentages of Color #f0da73

%0
%9
%52
%6

Triadic Colors of #f0da73

#f0da73 #73f0da #da73f0

Analogous Colors of #f0da73

#f0da73 #c8f073 #f09c73

Monochromatic Colors of #f0da73

#f0da73

Complementary Color

#f0da73 #7389f0

#f0da73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0da73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0da73 Color CSS Codes

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

#f0da73 Text Font Color

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

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


#f0da73 Background Color

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

This div background color is #f0da73


#f0da73 Border Color

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

This div border color is #f0da73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0da73


Comments

No comments written yet.

Please login to write comment.