Color Hex Logo

#f7c86c Color Hex

#F7C86C
(247,200,108)
0 Favorites   0 Comments

Color spaces of #f7c86c

RGB 247200108
HSL0.110.900.70
HSV40°56°97°
CMYK 0.000.190.56   0.03
XYZ61.718862.165422.9336
Yxy62.16540.42040.4234
Hunter Lab78.84501.748537.9459
CIE-Lab83.00136.245551.6954

#f7c86c color RGB value is (247,200,108).

#f7c86c hex color red value is 247, green value is 200 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #f7c86c hue: 0.11 , saturation: 0.90 and the lightness value of f7c86c is 0.70.

The process color (four color CMYK) of #f7c86c color hex is 0.00, 0.19, 0.56, 0.03. Web safe color of #f7c86c is #ffcc66. Color #f7c86c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11001000 01101100
Octal 367 310 154
Decimal 247 200 108
Hex F7 C8 6C

RGB Percentages of Color #f7c86c

%44.50
%36.04
%19.46

CMYK Percentages of Color #f7c86c

%0
%19
%56
%3

Triadic Colors of #f7c86c

#f7c86c #6cf7c8 #c86cf7

Analogous Colors of #f7c86c

#f7c86c #e1f76c #f7836c

Monochromatic Colors of #f7c86c

#f7c86c

Complementary Color

#f7c86c #6c9bf7

#f7c86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7c86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7c86c Color CSS Codes

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

#f7c86c Text Font Color

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

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


#f7c86c Background Color

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

This div background color is #f7c86c


#f7c86c Border Color

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

This div border color is #f7c86c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,200,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7c86c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7c86c;
  -webkit-box-shadow: 1px 1px 3px 2px #f7c86c;
  box-shadow:         1px 1px 3px 2px #f7c86c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,200,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7c86c


Comments

No comments written yet.

Please login to write comment.