Color Hex Logo

#ffd29d Color Hex

#FFD29D
(255,210,157)
1 Favorites   0 Comments

Color spaces of #ffd29d

RGB 255210157
HSL0.091.000.81
HSV32°38°100°
CMYK 0.000.180.38   0.00
XYZ70.372469.787541.6596
Yxy69.78750.38700.3838
Hunter Lab83.53894.173628.9102
CIE-Lab86.89258.830432.2070

#ffd29d color RGB value is (255,210,157).

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

The process color (four color CMYK) of #ffd29d color hex is 0.00, 0.18, 0.38, 0.00. Web safe color of #ffd29d is #ffcc99. Color #ffd29d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 10011101
Octal 377 322 235
Decimal 255 210 157
Hex FF D2 9D

RGB Percentages of Color #ffd29d

%41.00
%33.76
%25.24

CMYK Percentages of Color #ffd29d

%0
%18
%38
%0

Triadic Colors of #ffd29d

#ffd29d #9dffd2 #d29dff

Analogous Colors of #ffd29d

#ffd29d #fbff9d #ffa19d

Monochromatic Colors of #ffd29d

#ffd29d

Complementary Color

#ffd29d #9dcaff

#ffd29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd29d Color CSS Codes

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

#ffd29d Text Font Color

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

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


#ffd29d Background Color

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

This div background color is #ffd29d


#ffd29d Border Color

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

This div border color is #ffd29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd29d


Comments

No comments written yet.

Please login to write comment.