Color Hex Logo

#fda085 Color Hex

#FDA085
(253,160,133)
0 Favorites   0 Comments

Color spaces of #fda085

RGB 253160133
HSL0.040.970.76
HSV14°47°99°
CMYK 0.000.370.47   0.01
XYZ57.312547.717728.3800
Yxy47.71770.42960.3577
Hunter Lab69.078027.211023.9959
CIE-Lab74.646531.698228.5313

#fda085 color RGB value is (253,160,133).

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

The process color (four color CMYK) of #fda085 color hex is 0.00, 0.37, 0.47, 0.01. Web safe color of #fda085 is #ff9999. Color #fda085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 10000101
Octal 375 240 205
Decimal 253 160 133
Hex FD A0 85

RGB Percentages of Color #fda085

%46.34
%29.30
%24.36

CMYK Percentages of Color #fda085

%0
%37
%47
%1

Triadic Colors of #fda085

#fda085 #85fda0 #a085fd

Analogous Colors of #fda085

#fda085 #fddc85 #fd85a6

Monochromatic Colors of #fda085

#fda085

Complementary Color

#fda085 #85e2fd

#fda085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda085 Color CSS Codes

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

#fda085 Text Font Color

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

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


#fda085 Background Color

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

This div background color is #fda085


#fda085 Border Color

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

This div border color is #fda085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda085


Comments

No comments written yet.

Please login to write comment.