Color Hex Logo

#edba5e Color Hex

#EDBA5E
(237,186,94)
0 Favorites   0 Comments

Color spaces of #edba5e

RGB 23718694
HSL0.110.800.65
HSV39°60°93°
CMYK 0.000.220.60   0.07
XYZ54.504353.930518.1266
Yxy53.93050.43070.4261
Hunter Lab73.43743.965036.7716
CIE-Lab78.42128.413052.7725

#edba5e color RGB value is (237,186,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 01011110
Octal 355 272 136
Decimal 237 186 94
Hex ED BA 5E

RGB Percentages of Color #edba5e

%45.84
%35.98
%18.18

CMYK Percentages of Color #edba5e

%0
%22
%60
%7

Triadic Colors of #edba5e

#edba5e #5eedba #ba5eed

Analogous Colors of #edba5e

#edba5e #d9ed5e #ed735e

Monochromatic Colors of #edba5e

#edba5e

Complementary Color

#edba5e #5e91ed

#edba5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edba5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edba5e Color CSS Codes

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

#edba5e Text Font Color

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

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


#edba5e Background Color

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

This div background color is #edba5e


#edba5e Border Color

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

This div border color is #edba5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edba5e


Comments

No comments written yet.

Please login to write comment.