Color Hex Logo

#edb65e Color Hex

#EDB65E
(237,182,94)
0 Favorites   0 Comments

Color spaces of #edb65e

RGB 23718294
HSL0.100.800.65
HSV37°60°93°
CMYK 0.000.230.60   0.07
XYZ53.673452.268617.8496
Yxy52.26860.43360.4222
Hunter Lab72.29705.998835.9697
CIE-Lab77.441210.515551.6461

#edb65e color RGB value is (237,182,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 01011110
Octal 355 266 136
Decimal 237 182 94
Hex ED B6 5E

RGB Percentages of Color #edb65e

%46.20
%35.48
%18.32

CMYK Percentages of Color #edb65e

%0
%23
%60
%7

Triadic Colors of #edb65e

#edb65e #5eedb6 #b65eed

Analogous Colors of #edb65e

#edb65e #dded5e #ed6f5e

Monochromatic Colors of #edb65e

#edb65e

Complementary Color

#edb65e #5e95ed

#edb65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb65e Color CSS Codes

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

#edb65e Text Font Color

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

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


#edb65e Background Color

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

This div background color is #edb65e


#edb65e Border Color

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

This div border color is #edb65e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,182,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 #edb65e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb65e


Comments

No comments written yet.

Please login to write comment.