Color Hex Logo

#fdad81 Color Hex

#FDAD81
(253,173,129)
0 Favorites   0 Comments

Color spaces of #fdad81

RGB 253173129
HSL0.060.970.75
HSV21°49°99°
CMYK 0.000.320.49   0.01
XYZ59.414052.354827.7429
Yxy52.35480.42590.3753
Hunter Lab72.356619.947227.9167
CIE-Lab77.492524.532134.4014

#fdad81 color RGB value is (253,173,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 10000001
Octal 375 255 201
Decimal 253 173 129
Hex FD AD 81

RGB Percentages of Color #fdad81

%45.59
%31.17
%23.24

CMYK Percentages of Color #fdad81

%0
%32
%49
%1

Triadic Colors of #fdad81

#fdad81 #81fdad #ad81fd

Analogous Colors of #fdad81

#fdad81 #fdeb81 #fd8193

Monochromatic Colors of #fdad81

#fdad81

Complementary Color

#fdad81 #81d1fd

#fdad81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad81 Color CSS Codes

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

#fdad81 Text Font Color

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

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


#fdad81 Background Color

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

This div background color is #fdad81


#fdad81 Border Color

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

This div border color is #fdad81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad81


Comments

No comments written yet.

Please login to write comment.