Color Hex Logo

#eda882 Color Hex

#EDA882
(237,168,130)
0 Favorites   0 Comments

Color spaces of #eda882

RGB 237168130
HSL0.060.750.72
HSV21°45°93°
CMYK 0.000.290.45   0.07
XYZ52.956947.621527.5198
Yxy47.62150.41340.3718
Hunter Lab69.008316.216124.6616
CIE-Lab74.585620.976929.7302

#eda882 color RGB value is (237,168,130).

#eda882 hex color red value is 237, green value is 168 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #eda882 hue: 0.06 , saturation: 0.75 and the lightness value of eda882 is 0.72.

The process color (four color CMYK) of #eda882 color hex is 0.00, 0.29, 0.45, 0.07. Web safe color of #eda882 is #ff9999. Color #eda882 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 10000010
Octal 355 250 202
Decimal 237 168 130
Hex ED A8 82

RGB Percentages of Color #eda882

%44.30
%31.40
%24.30

CMYK Percentages of Color #eda882

%0
%29
%45
%7

Triadic Colors of #eda882

#eda882 #82eda8 #a882ed

Analogous Colors of #eda882

#eda882 #edde82 #ed8292

Monochromatic Colors of #eda882

#eda882

Complementary Color

#eda882 #82c7ed

#eda882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda882 Color CSS Codes

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

#eda882 Text Font Color

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

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


#eda882 Background Color

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

This div background color is #eda882


#eda882 Border Color

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

This div border color is #eda882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda882

#eda882 Color Palettes


Comments

No comments written yet.

Please login to write comment.