Color Hex Logo

#fda182 Color Hex

#FDA182
(253,161,130)
0 Favorites   0 Comments

Color spaces of #fda182

RGB 253161130
HSL0.040.970.75
HSV15°49°99°
CMYK 0.000.360.49   0.01
XYZ57.282147.984127.3619
Yxy47.98410.43190.3618
Hunter Lab69.270626.384025.0698
CIE-Lab74.814930.897730.3679

#fda182 color RGB value is (253,161,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 10000010
Octal 375 241 202
Decimal 253 161 130
Hex FD A1 82

RGB Percentages of Color #fda182

%46.51
%29.60
%23.90

CMYK Percentages of Color #fda182

%0
%36
%49
%1

Triadic Colors of #fda182

#fda182 #82fda1 #a182fd

Analogous Colors of #fda182

#fda182 #fddf82 #fd82a1

Monochromatic Colors of #fda182

#fda182

Complementary Color

#fda182 #82defd

#fda182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda182 Color CSS Codes

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

#fda182 Text Font Color

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

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


#fda182 Background Color

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

This div background color is #fda182


#fda182 Border Color

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

This div border color is #fda182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda182


Comments

No comments written yet.

Please login to write comment.