Color Hex Logo

#ffa68b Color Hex

#FFA68B
(255,166,139)
0 Favorites   0 Comments

Color spaces of #ffa68b

RGB 255166139
HSL0.041.000.77
HSV14°45°100°
CMYK 0.000.350.45   0.00
XYZ59.536450.396531.0157
Yxy50.39650.42240.3576
Hunter Lab70.990525.466223.7896
CIE-Lab76.312029.913927.5643

#ffa68b color RGB value is (255,166,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 10001011
Octal 377 246 213
Decimal 255 166 139
Hex FF A6 8B

RGB Percentages of Color #ffa68b

%45.54
%29.64
%24.82

CMYK Percentages of Color #ffa68b

%0
%35
%45
%0

Triadic Colors of #ffa68b

#ffa68b #8bffa6 #a68bff

Analogous Colors of #ffa68b

#ffa68b #ffe08b #ff8baa

Monochromatic Colors of #ffa68b

#ffa68b

Complementary Color

#ffa68b #8be4ff

#ffa68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa68b Color CSS Codes

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

#ffa68b Text Font Color

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

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


#ffa68b Background Color

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

This div background color is #ffa68b


#ffa68b Border Color

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

This div border color is #ffa68b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa68b

#ffa68b Color Palettes


Comments

No comments written yet.

Please login to write comment.