Color Hex Logo

#ffe29d Color Hex

#FFE29D
(255,226,157)
0 Favorites   0 Comments

Color spaces of #ffe29d

RGB 255226157
HSL0.121.000.81
HSV42°38°100°
CMYK 0.000.110.38   0.00
XYZ74.522278.087043.0429
Yxy78.08700.38090.3991
Hunter Lab88.3668-4.108032.9770
CIE-Lab90.81960.625437.3882

#ffe29d color RGB value is (255,226,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100010 10011101
Octal 377 342 235
Decimal 255 226 157
Hex FF E2 9D

RGB Percentages of Color #ffe29d

%39.97
%35.42
%24.61

CMYK Percentages of Color #ffe29d

%0
%11
%38
%0

Triadic Colors of #ffe29d

#ffe29d #9dffe2 #e29dff

Analogous Colors of #ffe29d

#ffe29d #ebff9d #ffb19d

Monochromatic Colors of #ffe29d

#ffe29d

Complementary Color

#ffe29d #9dbaff

#ffe29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe29d Color CSS Codes

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

#ffe29d Text Font Color

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

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


#ffe29d Background Color

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

This div background color is #ffe29d


#ffe29d Border Color

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

This div border color is #ffe29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe29d

Related Colors


Comments

No comments written yet.

Please login to write comment.