Color Hex Logo

#ffad42 Color Hex

#FFAD42
(255,173,66)
0 Favorites   0 Comments

Color spaces of #ffad42

RGB 25517366
HSL0.091.000.63
HSV34°74°100°
CMYK 0.000.320.74   0.00
XYZ57.166951.540512.0895
Yxy51.54050.47320.4267
Hunter Lab71.791716.502040.2699
CIE-Lab77.005321.173264.2268

#ffad42 color RGB value is (255,173,66).

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

The process color (four color CMYK) of #ffad42 color hex is 0.00, 0.32, 0.74, 0.00. Web safe color of #ffad42 is #ff9933. Color #ffad42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 01000010
Octal 377 255 102
Decimal 255 173 66
Hex FF AD 42

RGB Percentages of Color #ffad42

%51.62
%35.02
%13.36

CMYK Percentages of Color #ffad42

%0
%32
%74
%0

Triadic Colors of #ffad42

#ffad42 #42ffad #ad42ff

Analogous Colors of #ffad42

#ffad42 #f3ff42 #ff4f42

Monochromatic Colors of #ffad42

#ffad42

Complementary Color

#ffad42 #4294ff

#ffad42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffad42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffad42 Color CSS Codes

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

#ffad42 Text Font Color

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

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


#ffad42 Background Color

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

This div background color is #ffad42


#ffad42 Border Color

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

This div border color is #ffad42


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,173,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffad42

Related Colors

#ffad42 Color Palettes


Comments

No comments written yet.

Please login to write comment.