Color Hex Logo

#fda689 Color Hex

#FDA689
(253,166,137)
0 Favorites   0 Comments

Color spaces of #fda689

RGB 253166137
HSL0.040.970.76
HSV15°46°99°
CMYK 0.000.340.46   0.01
XYZ58.659649.961230.2187
Yxy49.96120.42250.3598
Hunter Lab70.683224.440424.1304
CIE-Lab76.045428.952328.2417

#fda689 color RGB value is (253,166,137).

#fda689 hex color red value is 253, green value is 166 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #fda689 hue: 0.04 , saturation: 0.97 and the lightness value of fda689 is 0.76.

The process color (four color CMYK) of #fda689 color hex is 0.00, 0.34, 0.46, 0.01. Web safe color of #fda689 is #ff9999. Color #fda689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100110 10001001
Octal 375 246 211
Decimal 253 166 137
Hex FD A6 89

RGB Percentages of Color #fda689

%45.50
%29.86
%24.64

CMYK Percentages of Color #fda689

%0
%34
%46
%1

Triadic Colors of #fda689

#fda689 #89fda6 #a689fd

Analogous Colors of #fda689

#fda689 #fde089 #fd89a6

Monochromatic Colors of #fda689

#fda689

Complementary Color

#fda689 #89e0fd

#fda689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda689 Color CSS Codes

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

#fda689 Text Font Color

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

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


#fda689 Background Color

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

This div background color is #fda689


#fda689 Border Color

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

This div border color is #fda689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda689

Related Colors


Comments

No comments written yet.

Please login to write comment.