Color Hex Logo

#eda478 Color Hex

#EDA478
(237,164,120)
0 Favorites   0 Comments

Color spaces of #eda478

RGB 237164120
HSL0.060.760.70
HSV23°49°93°
CMYK 0.000.310.49   0.07
XYZ51.590745.911523.9120
Yxy45.91150.42490.3781
Hunter Lab67.758017.332726.5070
CIE-Lab73.488122.138633.6246

#eda478 color RGB value is (237,164,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 01111000
Octal 355 244 170
Decimal 237 164 120
Hex ED A4 78

RGB Percentages of Color #eda478

%45.49
%31.48
%23.03

CMYK Percentages of Color #eda478

%0
%31
%49
%7

Triadic Colors of #eda478

#eda478 #78eda4 #a478ed

Analogous Colors of #eda478

#eda478 #eddf78 #ed7887

Monochromatic Colors of #eda478

#eda478

Complementary Color

#eda478 #78c1ed

#eda478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda478 Color CSS Codes

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

#eda478 Text Font Color

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

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


#eda478 Background Color

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

This div background color is #eda478


#eda478 Border Color

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

This div border color is #eda478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda478

#eda478 Color Palettes


Comments

No comments written yet.

Please login to write comment.