Color Hex Logo

#ffa28d Color Hex

#FFA28D
(255,162,141)
0 Favorites   0 Comments

Color spaces of #ffa28d

RGB 255162141
HSL0.031.000.78
HSV11°45°100°
CMYK 0.000.360.45   0.00
XYZ58.968049.023731.5539
Yxy49.02370.42260.3513
Hunter Lab70.016927.802422.2922
CIE-Lab75.466132.194325.3490

#ffa28d color RGB value is (255,162,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100010 10001101
Octal 377 242 215
Decimal 255 162 141
Hex FF A2 8D

RGB Percentages of Color #ffa28d

%45.70
%29.03
%25.27

CMYK Percentages of Color #ffa28d

%0
%36
%45
%0

Triadic Colors of #ffa28d

#ffa28d #8dffa2 #a28dff

Analogous Colors of #ffa28d

#ffa28d #ffdb8d #ff8db1

Monochromatic Colors of #ffa28d

#ffa28d

Complementary Color

#ffa28d #8deaff

#ffa28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa28d Color CSS Codes

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

#ffa28d Text Font Color

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

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


#ffa28d Background Color

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

This div background color is #ffa28d


#ffa28d Border Color

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

This div border color is #ffa28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa28d


Comments

No comments written yet.

Please login to write comment.