Color Hex Logo

#fdab80 Color Hex

#FDAB80
(253,171,128)
0 Favorites   0 Comments

Color spaces of #fdab80

RGB 253171128
HSL0.060.970.75
HSV21°49°99°
CMYK 0.000.320.49   0.01
XYZ58.967251.567027.2676
Yxy51.56700.42790.3742
Hunter Lab71.810220.908227.7536
CIE-Lab77.021225.489334.3170

#fdab80 color RGB value is (253,171,128).

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

The process color (four color CMYK) of #fdab80 color hex is 0.00, 0.32, 0.49, 0.01. Web safe color of #fdab80 is #ff9999. Color #fdab80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 10000000
Octal 375 253 200
Decimal 253 171 128
Hex FD AB 80

RGB Percentages of Color #fdab80

%45.83
%30.98
%23.19

CMYK Percentages of Color #fdab80

%0
%32
%49
%1

Triadic Colors of #fdab80

#fdab80 #80fdab #ab80fd

Analogous Colors of #fdab80

#fdab80 #fdea80 #fd8094

Monochromatic Colors of #fdab80

#fdab80

Complementary Color

#fdab80 #80d2fd

#fdab80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdab80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdab80 Color CSS Codes

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

#fdab80 Text Font Color

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

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


#fdab80 Background Color

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

This div background color is #fdab80


#fdab80 Border Color

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

This div border color is #fdab80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdab80

Related Colors


Comments

No comments written yet.

Please login to write comment.