Color Hex Logo

#edbe5e Color Hex

#EDBE5E
(237,190,94)
0 Favorites   0 Comments

Color spaces of #edbe5e

RGB 23719094
HSL0.110.800.65
HSV40°60°93°
CMYK 0.000.200.60   0.07
XYZ55.358955.639618.4115
Yxy55.63960.42780.4299
Hunter Lab74.59201.939037.5798
CIE-Lab79.40836.318353.9009

#edbe5e color RGB value is (237,190,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 01011110
Octal 355 276 136
Decimal 237 190 94
Hex ED BE 5E

RGB Percentages of Color #edbe5e

%45.49
%36.47
%18.04

CMYK Percentages of Color #edbe5e

%0
%20
%60
%7

Triadic Colors of #edbe5e

#edbe5e #5eedbe #be5eed

Analogous Colors of #edbe5e

#edbe5e #d5ed5e #ed775e

Monochromatic Colors of #edbe5e

#edbe5e

Complementary Color

#edbe5e #5e8ded

#edbe5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe5e Color CSS Codes

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

#edbe5e Text Font Color

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

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


#edbe5e Background Color

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

This div background color is #edbe5e


#edbe5e Border Color

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

This div border color is #edbe5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe5e


Comments

No comments written yet.

Please login to write comment.