Color Hex Logo

#eda354 Color Hex

#EDA354
(237,163,84)
0 Favorites   0 Comments

Color spaces of #eda354

RGB 23716384
HSL0.090.810.63
HSV31°65°93°
CMYK 0.000.310.65   0.07
XYZ49.622544.839014.4269
Yxy44.83900.45570.4118
Hunter Lab66.961915.095034.0994
CIE-Lab72.785819.911751.1178

#eda354 color RGB value is (237,163,84).

#eda354 hex color red value is 237, green value is 163 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #eda354 hue: 0.09 , saturation: 0.81 and the lightness value of eda354 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 01010100
Octal 355 243 124
Decimal 237 163 84
Hex ED A3 54

RGB Percentages of Color #eda354

%48.97
%33.68
%17.36

CMYK Percentages of Color #eda354

%0
%31
%65
%7

Triadic Colors of #eda354

#eda354 #54eda3 #a354ed

Analogous Colors of #eda354

#eda354 #ebed54 #ed5754

Monochromatic Colors of #eda354

#eda354

Complementary Color

#eda354 #549eed

#eda354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda354 Color CSS Codes

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

#eda354 Text Font Color

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

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


#eda354 Background Color

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

This div background color is #eda354


#eda354 Border Color

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

This div border color is #eda354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda354


Comments

No comments written yet.

Please login to write comment.