Color Hex Logo

#eda776 Color Hex

#EDA776
(237,167,118)
0 Favorites   0 Comments

Color spaces of #eda776

RGB 237167118
HSL0.070.770.70
HSV25°50°93°
CMYK 0.000.300.50   0.07
XYZ52.013846.950023.4604
Yxy46.95000.42490.3835
Hunter Lab68.520115.589827.6639
CIE-Lab74.157820.363935.5437

#eda776 color RGB value is (237,167,118).

#eda776 hex color red value is 237, green value is 167 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #eda776 hue: 0.07 , saturation: 0.77 and the lightness value of eda776 is 0.70.

The process color (four color CMYK) of #eda776 color hex is 0.00, 0.30, 0.50, 0.07. Web safe color of #eda776 is #ff9966. Color #eda776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 01110110
Octal 355 247 166
Decimal 237 167 118
Hex ED A7 76

RGB Percentages of Color #eda776

%45.40
%31.99
%22.61

CMYK Percentages of Color #eda776

%0
%30
%50
%7

Triadic Colors of #eda776

#eda776 #76eda7 #a776ed

Analogous Colors of #eda776

#eda776 #ede376 #ed7681

Monochromatic Colors of #eda776

#eda776

Complementary Color

#eda776 #76bced

#eda776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda776 Color CSS Codes

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

#eda776 Text Font Color

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

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


#eda776 Background Color

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

This div background color is #eda776


#eda776 Border Color

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

This div border color is #eda776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda776


Comments

No comments written yet.

Please login to write comment.