Color Hex Logo

#f0cf73 Color Hex

#F0CF73
(240,207,115)
0 Favorites   0 Comments

Color spaces of #f0cf73

RGB 240207115
HSL0.120.810.70
HSV44°52°94°
CMYK 0.000.140.52   0.06
XYZ61.342564.388725.4148
Yxy64.38870.40580.4260
Hunter Lab80.2426-3.967837.3912
CIE-Lab84.16770.336049.5612

#f0cf73 color RGB value is (240,207,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001111 01110011
Octal 360 317 163
Decimal 240 207 115
Hex F0 CF 73

RGB Percentages of Color #f0cf73

%42.70
%36.83
%20.46

CMYK Percentages of Color #f0cf73

%0
%14
%52
%6

Triadic Colors of #f0cf73

#f0cf73 #73f0cf #cf73f0

Analogous Colors of #f0cf73

#f0cf73 #d3f073 #f09173

Monochromatic Colors of #f0cf73

#f0cf73

Complementary Color

#f0cf73 #7394f0

#f0cf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cf73 Color CSS Codes

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

#f0cf73 Text Font Color

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

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


#f0cf73 Background Color

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

This div background color is #f0cf73


#f0cf73 Border Color

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

This div border color is #f0cf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cf73


Comments

No comments written yet.

Please login to write comment.