Color Hex Logo

#ffa68f Color Hex

#FFA68F
(255,166,143)
0 Favorites   0 Comments

Color spaces of #ffa68f

RGB 255166143
HSL0.031.000.78
HSV12°44°100°
CMYK 0.000.350.44   0.00
XYZ59.834150.515632.5835
Yxy50.51560.41860.3534
Hunter Lab71.074325.890622.5710
CIE-Lab76.384730.312625.5086

#ffa68f color RGB value is (255,166,143).

#ffa68f hex color red value is 255, green value is 166 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ffa68f hue: 0.03 , saturation: 1.00 and the lightness value of ffa68f is 0.78.

The process color (four color CMYK) of #ffa68f color hex is 0.00, 0.35, 0.44, 0.00. Web safe color of #ffa68f is #ff9999. Color #ffa68f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 10001111
Octal 377 246 217
Decimal 255 166 143
Hex FF A6 8F

RGB Percentages of Color #ffa68f

%45.21
%29.43
%25.35

CMYK Percentages of Color #ffa68f

%0
%35
%44
%0

Triadic Colors of #ffa68f

#ffa68f #8fffa6 #a68fff

Analogous Colors of #ffa68f

#ffa68f #ffde8f #ff8fb0

Monochromatic Colors of #ffa68f

#ffa68f

Complementary Color

#ffa68f #8fe8ff

#ffa68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa68f Color CSS Codes

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

#ffa68f Text Font Color

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

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


#ffa68f Background Color

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

This div background color is #ffa68f


#ffa68f Border Color

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

This div border color is #ffa68f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,166,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffa68f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffa68f;
  -webkit-box-shadow: 1px 1px 3px 2px #ffa68f;
  box-shadow:         1px 1px 3px 2px #ffa68f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,166,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa68f

Related Colors

#ffa68f Color Palettes


Comments

No comments written yet.

Please login to write comment.