Color Hex Logo

#eda466 Color Hex

#EDA466
(237,164,102)
0 Favorites   0 Comments

Color spaces of #eda466

RGB 237164102
HSL0.080.790.66
HSV28°57°93°
CMYK 0.000.310.57   0.07
XYZ50.598845.514818.6888
Yxy45.51480.44070.3965
Hunter Lab67.464715.812730.8010
CIE-Lab73.229620.621942.6956

#eda466 color RGB value is (237,164,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 01100110
Octal 355 244 146
Decimal 237 164 102
Hex ED A4 66

RGB Percentages of Color #eda466

%47.12
%32.60
%20.28

CMYK Percentages of Color #eda466

%0
%31
%57
%7

Triadic Colors of #eda466

#eda466 #66eda4 #a466ed

Analogous Colors of #eda466

#eda466 #ede866 #ed666c

Monochromatic Colors of #eda466

#eda466

Complementary Color

#eda466 #66afed

#eda466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda466 Color CSS Codes

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

#eda466 Text Font Color

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

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


#eda466 Background Color

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

This div background color is #eda466


#eda466 Border Color

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

This div border color is #eda466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda466


Comments

No comments written yet.

Please login to write comment.