Color Hex Logo

#ffad82 Color Hex

#FFAD82
(255,173,130)
0 Favorites   0 Comments

Color spaces of #ffad82

RGB 255173130
HSL0.061.000.75
HSV21°49°100°
CMYK 0.000.320.49   0.00
XYZ60.212852.758828.1290
Yxy52.75880.42670.3739
Hunter Lab72.635320.860327.8838
CIE-Lab77.732425.405634.2295

#ffad82 color RGB value is (255,173,130).

#ffad82 hex color red value is 255, green value is 173 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ffad82 hue: 0.06 , saturation: 1.00 and the lightness value of ffad82 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10000010
Octal 377 255 202
Decimal 255 173 130
Hex FF AD 82

RGB Percentages of Color #ffad82

%45.70
%31.00
%23.30

CMYK Percentages of Color #ffad82

%0
%32
%49
%0

Triadic Colors of #ffad82

#ffad82 #82ffad #ad82ff

Analogous Colors of #ffad82

#ffad82 #ffec82 #ff8296

Monochromatic Colors of #ffad82

#ffad82

Complementary Color

#ffad82 #82d4ff

#ffad82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffad82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffad82 Color CSS Codes

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

#ffad82 Text Font Color

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

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


#ffad82 Background Color

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

This div background color is #ffad82


#ffad82 Border Color

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

This div border color is #ffad82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffad82

Related Colors


Comments

No comments written yet.

Please login to write comment.