color codes Logo

#fdaf6d color codes

#FDAF6D
(253,175,109)
0 Favorites   0 Comments

Color spaces of #fdaf6d

RGB 253175109
HSL0.080.970.71
HSV28°57°99°
CMYK 0.000.310.57   0.01
XYZ58.598352.646721.5414
Yxy52.64670.44130.3965
Hunter Lab72.558017.181133.1883
CIE-Lab77.665921.819144.9549

#fdaf6d color RGB value is (253,175,109).

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

The process color (four color CMYK) of #fdaf6d color code is 0.00, 0.31, 0.57, 0.01. Web safe color of #fdaf6d is #ff9966. Color #fdaf6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 01101101
Octal 375 257 155
Decimal 253 175 109
Hex FD AF 6D

RGB Percentages of Color #fdaf6d

%47.11
%32.59
%20.30

CMYK Percentages of Color #fdaf6d

%0
%31
%57
%1

Triadic Colors of #fdaf6d

#fdaf6d #6dfdaf #af6dfd

Analogous Colors of #fdaf6d

#fdaf6d #fdf76d #fd6d73

Monochromatic Colors of #fdaf6d

#fdaf6d

Complementary Color

#fdaf6d #6dbbfd

#fdaf6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaf6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaf6d Color CSS Codes

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

#fdaf6d Text Font Color

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

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


#fdaf6d Background Color

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

This div background color is #fdaf6d


#fdaf6d Border Color

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

This div border color is #fdaf6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaf6d

Related Colors


Comments

No comments written yet.

Please login to write comment.