Color Hex Logo

#f69868 Color Hex

#F69868
(246,152,104)
0 Favorites   0 Comments

Color spaces of #f69868

RGB 246152104
HSL0.060.890.69
HSV20°58°96°
CMYK 0.000.380.58   0.04
XYZ51.733043.048818.6793
Yxy43.04880.45600.3794
Hunter Lab65.611625.922329.0485
CIE-Lab71.588130.702939.8842

#f69868 color RGB value is (246,152,104).

#f69868 hex color red value is 246, green value is 152 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #f69868 hue: 0.06 , saturation: 0.89 and the lightness value of f69868 is 0.69.

The process color (four color CMYK) of #f69868 color hex is 0.00, 0.38, 0.58, 0.04. Web safe color of #f69868 is #ff9966. Color #f69868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011000 01101000
Octal 366 230 150
Decimal 246 152 104
Hex F6 98 68

RGB Percentages of Color #f69868

%49.00
%30.28
%20.72

CMYK Percentages of Color #f69868

%0
%38
%58
%4

Triadic Colors of #f69868

#f69868 #68f698 #9868f6

Analogous Colors of #f69868

#f69868 #f6df68 #f6687f

Monochromatic Colors of #f69868

#f69868

Complementary Color

#f69868 #68c6f6

#f69868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69868 Color CSS Codes

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

#f69868 Text Font Color

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

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


#f69868 Background Color

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

This div background color is #f69868


#f69868 Border Color

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

This div border color is #f69868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69868


Comments

No comments written yet.

Please login to write comment.