Color Hex Logo

#eda465 Color Hex

#EDA465
(237,164,101)
0 Favorites   0 Comments

Color spaces of #eda465

RGB 237164101
HSL0.080.790.66
HSV28°57°93°
CMYK 0.000.310.57   0.07
XYZ50.549545.495018.4291
Yxy45.49500.44160.3974
Hunter Lab67.450015.737031.0154
CIE-Lab73.216620.546043.1905

#eda465 color RGB value is (237,164,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 01100101
Octal 355 244 145
Decimal 237 164 101
Hex ED A4 65

RGB Percentages of Color #eda465

%47.21
%32.67
%20.12

CMYK Percentages of Color #eda465

%0
%31
%57
%7

Triadic Colors of #eda465

#eda465 #65eda4 #a465ed

Analogous Colors of #eda465

#eda465 #ede865 #ed656a

Monochromatic Colors of #eda465

#eda465

Complementary Color

#eda465 #65aeed

#eda465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda465 Color CSS Codes

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

#eda465 Text Font Color

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

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


#eda465 Background Color

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

This div background color is #eda465


#eda465 Border Color

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

This div border color is #eda465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda465


Comments

No comments written yet.

Please login to write comment.