Color Hex Logo

#eda476 Color Hex

#EDA476
(237,164,118)
0 Favorites   0 Comments

Color spaces of #eda476

RGB 237164118
HSL0.060.770.70
HSV23°50°93°
CMYK 0.000.310.50   0.07
XYZ51.470545.863423.2793
Yxy45.86340.42670.3803
Hunter Lab67.722517.149227.0251
CIE-Lab73.456821.956334.6445

#eda476 color RGB value is (237,164,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 01110110
Octal 355 244 166
Decimal 237 164 118
Hex ED A4 76

RGB Percentages of Color #eda476

%45.66
%31.60
%22.74

CMYK Percentages of Color #eda476

%0
%31
%50
%7

Triadic Colors of #eda476

#eda476 #76eda4 #a476ed

Analogous Colors of #eda476

#eda476 #ede076 #ed7684

Monochromatic Colors of #eda476

#eda476

Complementary Color

#eda476 #76bfed

#eda476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda476 Color CSS Codes

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

#eda476 Text Font Color

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

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


#eda476 Background Color

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

This div background color is #eda476


#eda476 Border Color

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

This div border color is #eda476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda476


Comments

No comments written yet.

Please login to write comment.