Color Hex Logo

#eda858 Color Hex

#EDA858
(237,168,88)
0 Favorites   0 Comments

Color spaces of #eda858

RGB 23716888
HSL0.090.810.64
HSV32°63°93°
CMYK 0.000.290.63   0.07
XYZ50.689146.714415.5777
Yxy46.71440.44870.4135
Hunter Lab68.347912.772734.3303
CIE-Lab74.006717.513150.5809

#eda858 color RGB value is (237,168,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 01011000
Octal 355 250 130
Decimal 237 168 88
Hex ED A8 58

RGB Percentages of Color #eda858

%48.07
%34.08
%17.85

CMYK Percentages of Color #eda858

%0
%29
%63
%7

Triadic Colors of #eda858

#eda858 #58eda8 #a858ed

Analogous Colors of #eda858

#eda858 #e8ed58 #ed5d58

Monochromatic Colors of #eda858

#eda858

Complementary Color

#eda858 #589ded

#eda858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda858 Color CSS Codes

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

#eda858 Text Font Color

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

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


#eda858 Background Color

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

This div background color is #eda858


#eda858 Border Color

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

This div border color is #eda858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda858


Comments

No comments written yet.

Please login to write comment.