Color Hex Logo

#f68066 Color Hex

#F68066
(246,128,102)
0 Favorites   0 Comments

Color spaces of #f68066

RGB 246128102
HSL0.030.890.68
HSV11°59°96°
CMYK 0.000.480.59   0.04
XYZ48.123535.990516.9808
Yxy35.99050.47600.3560
Hunter Lab59.992138.200225.2124
CIE-Lab66.512742.855434.6094

#f68066 color RGB value is (246,128,102).

#f68066 hex color red value is 246, green value is 128 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #f68066 hue: 0.03 , saturation: 0.89 and the lightness value of f68066 is 0.68.

The process color (four color CMYK) of #f68066 color hex is 0.00, 0.48, 0.59, 0.04. Web safe color of #f68066 is #ff9966. Color #f68066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000000 01100110
Octal 366 200 146
Decimal 246 128 102
Hex F6 80 66

RGB Percentages of Color #f68066

%51.68
%26.89
%21.43

CMYK Percentages of Color #f68066

%0
%48
%59
%4

Triadic Colors of #f68066

#f68066 #66f680 #8066f6

Analogous Colors of #f68066

#f68066 #f6c866 #f66694

Monochromatic Colors of #f68066

#f68066

Complementary Color

#f68066 #66dcf6

#f68066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68066 Color CSS Codes

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

#f68066 Text Font Color

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

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


#f68066 Background Color

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

This div background color is #f68066


#f68066 Border Color

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

This div border color is #f68066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,128,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f68066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f68066;
  -webkit-box-shadow: 1px 1px 3px 2px #f68066;
  box-shadow:         1px 1px 3px 2px #f68066; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,128,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68066


Comments

No comments written yet.

Please login to write comment.