Color Hex Logo

#fda882 Color Hex

#FDA882
(253,168,130)
0 Favorites   0 Comments

Color spaces of #fda882

RGB 253168130
HSL0.050.970.75
HSV19°49°99°
CMYK 0.000.340.49   0.01
XYZ58.539950.499627.7811
Yxy50.49960.42790.3691
Hunter Lab71.063122.683326.5656
CIE-Lab76.374927.242532.4163

#fda882 color RGB value is (253,168,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 10000010
Octal 375 250 202
Decimal 253 168 130
Hex FD A8 82

RGB Percentages of Color #fda882

%45.92
%30.49
%23.59

CMYK Percentages of Color #fda882

%0
%34
%49
%1

Triadic Colors of #fda882

#fda882 #82fda8 #a882fd

Analogous Colors of #fda882

#fda882 #fde682 #fd829a

Monochromatic Colors of #fda882

#fda882

Complementary Color

#fda882 #82d7fd

#fda882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda882 Color CSS Codes

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

#fda882 Text Font Color

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

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


#fda882 Background Color

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

This div background color is #fda882


#fda882 Border Color

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

This div border color is #fda882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda882


Comments

No comments written yet.

Please login to write comment.