Color Hex Logo

#eda867 Color Hex

#EDA867
(237,168,103)
0 Favorites   0 Comments

Color spaces of #eda867

RGB 237168103
HSL0.080.790.67
HSV29°57°93°
CMYK 0.000.290.57   0.07
XYZ51.375946.989119.1940
Yxy46.98910.43700.3997
Hunter Lab68.548613.822431.3825
CIE-Lab74.182818.577243.3464

#eda867 color RGB value is (237,168,103).

#eda867 hex color red value is 237, green value is 168 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #eda867 hue: 0.08 , saturation: 0.79 and the lightness value of eda867 is 0.67.

The process color (four color CMYK) of #eda867 color hex is 0.00, 0.29, 0.57, 0.07. Web safe color of #eda867 is #ff9966. Color #eda867 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 01100111
Octal 355 250 147
Decimal 237 168 103
Hex ED A8 67

RGB Percentages of Color #eda867

%46.65
%33.07
%20.28

CMYK Percentages of Color #eda867

%0
%29
%57
%7

Triadic Colors of #eda867

#eda867 #67eda8 #a867ed

Analogous Colors of #eda867

#eda867 #edeb67 #ed6769

Monochromatic Colors of #eda867

#eda867

Complementary Color

#eda867 #67aced

#eda867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda867 Color CSS Codes

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

#eda867 Text Font Color

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

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


#eda867 Background Color

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

This div background color is #eda867


#eda867 Border Color

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

This div border color is #eda867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda867


Comments

No comments written yet.

Please login to write comment.