Color Hex Logo

#fda28d Color Hex

#FDA28D
(253,162,141)
0 Favorites   0 Comments

Color spaces of #fda28d

RGB 253162141
HSL0.030.970.77
HSV11°44°99°
CMYK 0.000.360.44   0.01
XYZ58.236148.646431.5196
Yxy48.64640.42080.3515
Hunter Lab69.747026.983622.0289
CIE-Lab75.230831.436724.9914

#fda28d color RGB value is (253,162,141).

#fda28d hex color red value is 253, green value is 162 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fda28d hue: 0.03 , saturation: 0.97 and the lightness value of fda28d is 0.77.

The process color (four color CMYK) of #fda28d color hex is 0.00, 0.36, 0.44, 0.01. Web safe color of #fda28d is #ff9999. Color #fda28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100010 10001101
Octal 375 242 215
Decimal 253 162 141
Hex FD A2 8D

RGB Percentages of Color #fda28d

%45.50
%29.14
%25.36

CMYK Percentages of Color #fda28d

%0
%36
%44
%1

Triadic Colors of #fda28d

#fda28d #8dfda2 #a28dfd

Analogous Colors of #fda28d

#fda28d #fdda8d #fd8db0

Monochromatic Colors of #fda28d

#fda28d

Complementary Color

#fda28d #8de8fd

#fda28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda28d Color CSS Codes

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

#fda28d Text Font Color

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

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


#fda28d Background Color

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

This div background color is #fda28d


#fda28d Border Color

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

This div border color is #fda28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda28d

Related Colors


Comments

No comments written yet.

Please login to write comment.