Color Hex Logo

#fda984 Color Hex

#FDA984
(253,169,132)
0 Favorites   0 Comments

Color spaces of #fda984

RGB 253169132
HSL0.050.970.75
HSV18°48°99°
CMYK 0.000.330.48   0.01
XYZ58.860850.924528.5569
Yxy50.92450.42550.3681
Hunter Lab71.361422.349126.2267
CIE-Lab76.633326.904831.6918

#fda984 color RGB value is (253,169,132).

#fda984 hex color red value is 253, green value is 169 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fda984 hue: 0.05 , saturation: 0.97 and the lightness value of fda984 is 0.75.

The process color (four color CMYK) of #fda984 color hex is 0.00, 0.33, 0.48, 0.01. Web safe color of #fda984 is #ff9999. Color #fda984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 10000100
Octal 375 251 204
Decimal 253 169 132
Hex FD A9 84

RGB Percentages of Color #fda984

%45.67
%30.51
%23.83

CMYK Percentages of Color #fda984

%0
%33
%48
%1

Triadic Colors of #fda984

#fda984 #84fda9 #a984fd

Analogous Colors of #fda984

#fda984 #fde684 #fd849c

Monochromatic Colors of #fda984

#fda984

Complementary Color

#fda984 #84d8fd

#fda984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda984 Color CSS Codes

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

#fda984 Text Font Color

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

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


#fda984 Background Color

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

This div background color is #fda984


#fda984 Border Color

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

This div border color is #fda984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda984


Comments

No comments written yet.

Please login to write comment.