Color Hex Logo

#e29d52 Color Hex

#E29D52
(226,157,82)
0 Favorites   0 Comments

Color spaces of #e29d52

RGB 22615782
HSL0.090.710.60
HSV31°64°89°
CMYK 0.000.310.64   0.11
XYZ44.944040.891913.5068
Yxy40.89190.45240.4116
Hunter Lab63.946813.549132.2395
CIE-Lab70.100118.415048.7028

#e29d52 color RGB value is (226,157,82).

#e29d52 hex color red value is 226, green value is 157 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #e29d52 hue: 0.09 , saturation: 0.71 and the lightness value of e29d52 is 0.60.

The process color (four color CMYK) of #e29d52 color hex is 0.00, 0.31, 0.64, 0.11. Web safe color of #e29d52 is #cc9966. Color #e29d52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011101 01010010
Octal 342 235 122
Decimal 226 157 82
Hex E2 9D 52

RGB Percentages of Color #e29d52

%48.60
%33.76
%17.63

CMYK Percentages of Color #e29d52

%0
%31
%64
%11

Triadic Colors of #e29d52

#e29d52 #52e29d #9d52e2

Analogous Colors of #e29d52

#e29d52 #dfe252 #e25552

Monochromatic Colors of #e29d52

#e29d52

Complementary Color

#e29d52 #5297e2

#e29d52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29d52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29d52 Color CSS Codes

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

#e29d52 Text Font Color

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

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


#e29d52 Background Color

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

This div background color is #e29d52


#e29d52 Border Color

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

This div border color is #e29d52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29d52


Comments

No comments written yet.

Please login to write comment.