Color Hex Logo

#ffab66 Color Hex

#FFAB66
(255,171,102)
0 Favorites   0 Comments

Color spaces of #ffab66

RGB 255171102
HSL0.081.000.70
HSV27°60°100°
CMYK 0.000.330.60   0.00
XYZ58.201251.345119.4134
Yxy51.34510.45130.3981
Hunter Lab71.655519.587134.0956
CIE-Lab76.887624.210647.5842

#ffab66 color RGB value is (255,171,102).

#ffab66 hex color red value is 255, green value is 171 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ffab66 hue: 0.08 , saturation: 1.00 and the lightness value of ffab66 is 0.70.

The process color (four color CMYK) of #ffab66 color hex is 0.00, 0.33, 0.60, 0.00. Web safe color of #ffab66 is #ff9966. Color #ffab66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 01100110
Octal 377 253 146
Decimal 255 171 102
Hex FF AB 66

RGB Percentages of Color #ffab66

%48.30
%32.39
%19.32

CMYK Percentages of Color #ffab66

%0
%33
%60
%0

Triadic Colors of #ffab66

#ffab66 #66ffab #ab66ff

Analogous Colors of #ffab66

#ffab66 #fff866 #ff666e

Monochromatic Colors of #ffab66

#ffab66

Complementary Color

#ffab66 #66baff

#ffab66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffab66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffab66 Color CSS Codes

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

#ffab66 Text Font Color

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

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


#ffab66 Background Color

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

This div background color is #ffab66


#ffab66 Border Color

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

This div border color is #ffab66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffab66


Comments

No comments written yet.

Please login to write comment.