Color Hex Logo

#fdaba5 Color Hex

#FDABA5
(253,171,165)
0 Favorites   0 Comments

Color spaces of #fdaba5

RGB 253171165
HSL0.010.960.82
HSV35°99°
CMYK 0.000.320.35   0.01
XYZ61.862552.725142.5138
Yxy52.72510.39380.3356
Hunter Lab72.612125.003616.1146
CIE-Lab77.712429.378215.3936

#fdaba5 color RGB value is (253,171,165).

#fdaba5 hex color red value is 253, green value is 171 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #fdaba5 hue: 0.01 , saturation: 0.96 and the lightness value of fdaba5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 10100101
Octal 375 253 245
Decimal 253 171 165
Hex FD AB A5

RGB Percentages of Color #fdaba5

%42.95
%29.03
%28.01

CMYK Percentages of Color #fdaba5

%0
%32
%35
%1

Triadic Colors of #fdaba5

#fdaba5 #a5fdab #aba5fd

Analogous Colors of #fdaba5

#fdaba5 #fdd7a5 #fda5cb

Monochromatic Colors of #fdaba5

#fdaba5

Complementary Color

#fdaba5 #a5f7fd

#fdaba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaba5 Color CSS Codes

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

#fdaba5 Text Font Color

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

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


#fdaba5 Background Color

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

This div background color is #fdaba5


#fdaba5 Border Color

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

This div border color is #fdaba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaba5

Related Colors


Comments

No comments written yet.

Please login to write comment.