Color Hex Logo

#eda467 Color Hex

#EDA467
(237,164,103)
0 Favorites   0 Comments

Color spaces of #eda467

RGB 237164103
HSL0.080.790.67
HSV27°57°93°
CMYK 0.000.310.57   0.07
XYZ50.648745.534718.9516
Yxy45.53470.43990.3955
Hunter Lab67.479415.889630.5840
CIE-Lab73.242620.699042.1994

#eda467 color RGB value is (237,164,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 01100111
Octal 355 244 147
Decimal 237 164 103
Hex ED A4 67

RGB Percentages of Color #eda467

%47.02
%32.54
%20.44

CMYK Percentages of Color #eda467

%0
%31
%57
%7

Triadic Colors of #eda467

#eda467 #67eda4 #a467ed

Analogous Colors of #eda467

#eda467 #ede767 #ed676d

Monochromatic Colors of #eda467

#eda467

Complementary Color

#eda467 #67b0ed

#eda467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda467 Color CSS Codes

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

#eda467 Text Font Color

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

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


#eda467 Background Color

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

This div background color is #eda467


#eda467 Border Color

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

This div border color is #eda467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda467


Comments

No comments written yet.

Please login to write comment.