Color Hex Logo

#fdab88 Color Hex

#FDAB88
(253,171,136)
1 Favorites   0 Comments

Color spaces of #fdab88

RGB 253171136
HSL0.050.970.76
HSV18°46°99°
CMYK 0.000.320.46   0.01
XYZ59.514951.786030.1515
Yxy51.78600.42070.3661
Hunter Lab71.962521.689925.5319
CIE-Lab77.152726.238730.2475

#fdab88 color RGB value is (253,171,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 10001000
Octal 375 253 210
Decimal 253 171 136
Hex FD AB 88

RGB Percentages of Color #fdab88

%45.18
%30.54
%24.29

CMYK Percentages of Color #fdab88

%0
%32
%46
%1

Triadic Colors of #fdab88

#fdab88 #88fdab #ab88fd

Analogous Colors of #fdab88

#fdab88 #fde688 #fd88a0

Monochromatic Colors of #fdab88

#fdab88

Complementary Color

#fdab88 #88dafd

#fdab88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdab88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdab88 Color CSS Codes

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

#fdab88 Text Font Color

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

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


#fdab88 Background Color

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

This div background color is #fdab88


#fdab88 Border Color

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

This div border color is #fdab88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdab88


Comments

No comments written yet.

Please login to write comment.