Color Hex Logo

#fda782 Color Hex

#FDA782
(253,167,130)
0 Favorites   0 Comments

Color spaces of #fda782

RGB 253167130
HSL0.050.970.75
HSV18°49°99°
CMYK 0.000.340.49   0.01
XYZ58.356050.131827.7198
Yxy50.13180.42840.3681
Hunter Lab70.803823.211826.3505
CIE-Lab76.150127.765632.1221

#fda782 color RGB value is (253,167,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100111 10000010
Octal 375 247 202
Decimal 253 167 130
Hex FD A7 82

RGB Percentages of Color #fda782

%46.00
%30.36
%23.64

CMYK Percentages of Color #fda782

%0
%34
%49
%1

Triadic Colors of #fda782

#fda782 #82fda7 #a782fd

Analogous Colors of #fda782

#fda782 #fde582 #fd829b

Monochromatic Colors of #fda782

#fda782

Complementary Color

#fda782 #82d8fd

#fda782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda782 Color CSS Codes

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

#fda782 Text Font Color

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

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


#fda782 Background Color

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

This div background color is #fda782


#fda782 Border Color

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

This div border color is #fda782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda782


Comments

No comments written yet.

Please login to write comment.