Color Hex Logo

#edb45e Color Hex

#EDB45E
(237,180,94)
0 Favorites   0 Comments

Color spaces of #edb45e

RGB 23718094
HSL0.100.800.65
HSV36°60°93°
CMYK 0.000.240.60   0.07
XYZ53.266751.455217.7141
Yxy51.45520.43510.4203
Hunter Lab71.73237.018435.5711
CIE-Lab76.953911.569251.0837

#edb45e color RGB value is (237,180,94).

#edb45e hex color red value is 237, green value is 180 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #edb45e hue: 0.10 , saturation: 0.80 and the lightness value of edb45e is 0.65.

The process color (four color CMYK) of #edb45e color hex is 0.00, 0.24, 0.60, 0.07. Web safe color of #edb45e is #ffcc66. Color #edb45e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110100 01011110
Octal 355 264 136
Decimal 237 180 94
Hex ED B4 5E

RGB Percentages of Color #edb45e

%46.38
%35.23
%18.40

CMYK Percentages of Color #edb45e

%0
%24
%60
%7

Triadic Colors of #edb45e

#edb45e #5eedb4 #b45eed

Analogous Colors of #edb45e

#edb45e #dfed5e #ed6d5e

Monochromatic Colors of #edb45e

#edb45e

Complementary Color

#edb45e #5e97ed

#edb45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb45e Color CSS Codes

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

#edb45e Text Font Color

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

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


#edb45e Background Color

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

This div background color is #edb45e


#edb45e Border Color

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

This div border color is #edb45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb45e


Comments

No comments written yet.

Please login to write comment.