Color Hex Logo

#f69168 Color Hex

#F69168
(246,145,104)
0 Favorites   0 Comments

Color spaces of #f69168

RGB 246145104
HSL0.050.890.69
HSV17°58°96°
CMYK 0.000.410.58   0.04
XYZ50.630140.843118.3117
Yxy40.84310.46120.3720
Hunter Lab63.908629.572427.7477
CIE-Lab70.065934.342237.9935

#f69168 color RGB value is (246,145,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010001 01101000
Octal 366 221 150
Decimal 246 145 104
Hex F6 91 68

RGB Percentages of Color #f69168

%49.70
%29.29
%21.01

CMYK Percentages of Color #f69168

%0
%41
%58
%4

Triadic Colors of #f69168

#f69168 #68f691 #9168f6

Analogous Colors of #f69168

#f69168 #f6d868 #f66886

Monochromatic Colors of #f69168

#f69168

Complementary Color

#f69168 #68cdf6

#f69168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69168 Color CSS Codes

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

#f69168 Text Font Color

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

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


#f69168 Background Color

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

This div background color is #f69168


#f69168 Border Color

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

This div border color is #f69168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69168


Comments

No comments written yet.

Please login to write comment.