Color Hex Logo

#fdad69 Color Hex

#FDAD69
(253,173,105)
0 Favorites   0 Comments

Color spaces of #fdad69

RGB 253173105
HSL0.080.970.70
HSV28°58°99°
CMYK 0.000.320.58   0.01
XYZ58.001451.789720.3040
Yxy51.78970.44580.3981
Hunter Lab71.965117.926133.6476
CIE-Lab77.154922.571946.3494

#fdad69 color RGB value is (253,173,105).

#fdad69 hex color red value is 253, green value is 173 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fdad69 hue: 0.08 , saturation: 0.97 and the lightness value of fdad69 is 0.70.

The process color (four color CMYK) of #fdad69 color hex is 0.00, 0.32, 0.58, 0.01. Web safe color of #fdad69 is #ff9966. Color #fdad69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 01101001
Octal 375 255 151
Decimal 253 173 105
Hex FD AD 69

RGB Percentages of Color #fdad69

%47.65
%32.58
%19.77

CMYK Percentages of Color #fdad69

%0
%32
%58
%1

Triadic Colors of #fdad69

#fdad69 #69fdad #ad69fd

Analogous Colors of #fdad69

#fdad69 #fdf769 #fd696f

Monochromatic Colors of #fdad69

#fdad69

Complementary Color

#fdad69 #69b9fd

#fdad69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad69 Color CSS Codes

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

#fdad69 Text Font Color

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

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


#fdad69 Background Color

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

This div background color is #fdad69


#fdad69 Border Color

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

This div border color is #fdad69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad69


Comments

No comments written yet.

Please login to write comment.