Color Hex Logo

#fdab77 Color Hex

#FDAB77
(253,171,119)
0 Favorites   0 Comments

Color spaces of #fdab77

RGB 253171119
HSL0.060.970.73
HSV23°53°99°
CMYK 0.000.320.53   0.01
XYZ58.400751.340424.2844
Yxy51.34040.43570.3831
Hunter Lab71.652220.096430.0620
CIE-Lab76.884724.707438.8578

#fdab77 color RGB value is (253,171,119).

#fdab77 hex color red value is 253, green value is 171 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #fdab77 hue: 0.06 , saturation: 0.97 and the lightness value of fdab77 is 0.73.

The process color (four color CMYK) of #fdab77 color hex is 0.00, 0.32, 0.53, 0.01. Web safe color of #fdab77 is #ff9966. Color #fdab77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 01110111
Octal 375 253 167
Decimal 253 171 119
Hex FD AB 77

RGB Percentages of Color #fdab77

%46.59
%31.49
%21.92

CMYK Percentages of Color #fdab77

%0
%32
%53
%1

Triadic Colors of #fdab77

#fdab77 #77fdab #ab77fd

Analogous Colors of #fdab77

#fdab77 #fdee77 #fd7786

Monochromatic Colors of #fdab77

#fdab77

Complementary Color

#fdab77 #77c9fd

#fdab77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdab77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdab77 Color CSS Codes

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

#fdab77 Text Font Color

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

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


#fdab77 Background Color

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

This div background color is #fdab77


#fdab77 Border Color

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

This div border color is #fdab77


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,171,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdab77

Related Colors


Comments

No comments written yet.

Please login to write comment.