Color Hex Logo

#fda869 Color Hex

#FDA869
(253,168,105)
0 Favorites   0 Comments

Color spaces of #fda869

RGB 253168105
HSL0.070.970.70
HSV26°58°99°
CMYK 0.000.340.58   0.01
XYZ57.060449.907819.9904
Yxy49.90780.44940.3931
Hunter Lab70.645520.545132.6746
CIE-Lab76.012625.189544.9713

#fda869 color RGB value is (253,168,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 01101001
Octal 375 250 151
Decimal 253 168 105
Hex FD A8 69

RGB Percentages of Color #fda869

%48.10
%31.94
%19.96

CMYK Percentages of Color #fda869

%0
%34
%58
%1

Triadic Colors of #fda869

#fda869 #69fda8 #a869fd

Analogous Colors of #fda869

#fda869 #fdf269 #fd6974

Monochromatic Colors of #fda869

#fda869

Complementary Color

#fda869 #69befd

#fda869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda869 Color CSS Codes

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

#fda869 Text Font Color

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

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


#fda869 Background Color

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

This div background color is #fda869


#fda869 Border Color

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

This div border color is #fda869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda869


Comments

No comments written yet.

Please login to write comment.