Color Hex Logo

#fda185 Color Hex

#FDA185
(253,161,133)
0 Favorites   0 Comments

Color spaces of #fda185

RGB 253161133
HSL0.040.970.76
HSV14°47°99°
CMYK 0.000.360.47   0.01
XYZ57.486548.065828.4381
Yxy48.06580.42900.3587
Hunter Lab69.329526.681624.2106
CIE-Lab74.866431.177428.8233

#fda185 color RGB value is (253,161,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 10000101
Octal 375 241 205
Decimal 253 161 133
Hex FD A1 85

RGB Percentages of Color #fda185

%46.25
%29.43
%24.31

CMYK Percentages of Color #fda185

%0
%36
%47
%1

Triadic Colors of #fda185

#fda185 #85fda1 #a185fd

Analogous Colors of #fda185

#fda185 #fddd85 #fd85a5

Monochromatic Colors of #fda185

#fda185

Complementary Color

#fda185 #85e1fd

#fda185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda185 Color CSS Codes

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

#fda185 Text Font Color

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

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


#fda185 Background Color

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

This div background color is #fda185


#fda185 Border Color

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

This div border color is #fda185


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,161,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 #fda185">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda185

#fda185 Color Palettes


Comments

No comments written yet.

Please login to write comment.