Color Hex Logo

#eda28a Color Hex

#EDA28A
(237,162,138)
0 Favorites   0 Comments

Color spaces of #eda28a

RGB 237162138
HSL0.040.730.74
HSV15°42°93°
CMYK 0.000.320.42   0.07
XYZ52.432845.680230.0984
Yxy45.68020.40900.3563
Hunter Lab67.587120.199420.9075
CIE-Lab73.337524.994623.7462

#eda28a color RGB value is (237,162,138).

#eda28a hex color red value is 237, green value is 162 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #eda28a hue: 0.04 , saturation: 0.73 and the lightness value of eda28a is 0.74.

The process color (four color CMYK) of #eda28a color hex is 0.00, 0.32, 0.42, 0.07. Web safe color of #eda28a is #ff9999. Color #eda28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100010 10001010
Octal 355 242 212
Decimal 237 162 138
Hex ED A2 8A

RGB Percentages of Color #eda28a

%44.13
%30.17
%25.70

CMYK Percentages of Color #eda28a

%0
%32
%42
%7

Triadic Colors of #eda28a

#eda28a #8aeda2 #a28aed

Analogous Colors of #eda28a

#eda28a #edd48a #ed8aa4

Monochromatic Colors of #eda28a

#eda28a

Complementary Color

#eda28a #8ad5ed

#eda28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda28a Color CSS Codes

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

#eda28a Text Font Color

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

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


#eda28a Background Color

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

This div background color is #eda28a


#eda28a Border Color

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

This div border color is #eda28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda28a


Comments

No comments written yet.

Please login to write comment.