Color Hex Logo

#ffa29d Color Hex

#FFA29D
(255,162,157)
0 Favorites   0 Comments

Color spaces of #ffa29d

RGB 255162157
HSL0.011.000.81
HSV38°100°
CMYK 0.000.360.38   0.00
XYZ60.246149.535038.2842
Yxy49.53500.40690.3345
Hunter Lab70.381129.628717.0156
CIE-Lab75.783033.887417.0849

#ffa29d color RGB value is (255,162,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100010 10011101
Octal 377 242 235
Decimal 255 162 157
Hex FF A2 9D

RGB Percentages of Color #ffa29d

%44.43
%28.22
%27.35

CMYK Percentages of Color #ffa29d

%0
%36
%38
%0

Triadic Colors of #ffa29d

#ffa29d #9dffa2 #a29dff

Analogous Colors of #ffa29d

#ffa29d #ffd39d #ff9dc9

Monochromatic Colors of #ffa29d

#ffa29d

Complementary Color

#ffa29d #9dfaff

#ffa29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa29d Color CSS Codes

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

#ffa29d Text Font Color

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

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


#ffa29d Background Color

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

This div background color is #ffa29d


#ffa29d Border Color

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

This div border color is #ffa29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa29d

Related Colors

#ffa29d Color Palettes


Comments

No comments written yet.

Please login to write comment.