Color Hex Logo

#eda377 Color Hex

#EDA377
(237,163,119)
0 Favorites   0 Comments

Color spaces of #eda377

RGB 237163119
HSL0.060.770.70
HSV22°50°93°
CMYK 0.000.310.50   0.07
XYZ51.352045.530823.5345
Yxy45.53080.42650.3781
Hunter Lab67.476517.760926.5544
CIE-Lab73.240022.577733.8353

#eda377 color RGB value is (237,163,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 01110111
Octal 355 243 167
Decimal 237 163 119
Hex ED A3 77

RGB Percentages of Color #eda377

%45.66
%31.41
%22.93

CMYK Percentages of Color #eda377

%0
%31
%50
%7

Triadic Colors of #eda377

#eda377 #77eda3 #a377ed

Analogous Colors of #eda377

#eda377 #edde77 #ed7786

Monochromatic Colors of #eda377

#eda377

Complementary Color

#eda377 #77c1ed

#eda377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda377 Color CSS Codes

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

#eda377 Text Font Color

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

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


#eda377 Background Color

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

This div background color is #eda377


#eda377 Border Color

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

This div border color is #eda377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda377


Comments

No comments written yet.

Please login to write comment.