Color Hex Logo

#edbe5d Color Hex

#EDBE5D
(237,190,93)
0 Favorites   0 Comments

Color spaces of #edbe5d

RGB 23719093
HSL0.110.800.65
HSV40°61°93°
CMYK 0.000.200.61   0.07
XYZ55.314355.621718.1766
Yxy55.62170.42840.4308
Hunter Lab74.58001.874637.7558
CIE-Lab79.39806.250254.3556

#edbe5d color RGB value is (237,190,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 01011101
Octal 355 276 135
Decimal 237 190 93
Hex ED BE 5D

RGB Percentages of Color #edbe5d

%45.58
%36.54
%17.88

CMYK Percentages of Color #edbe5d

%0
%20
%61
%7

Triadic Colors of #edbe5d

#edbe5d #5dedbe #be5ded

Analogous Colors of #edbe5d

#edbe5d #d4ed5d #ed765d

Monochromatic Colors of #edbe5d

#edbe5d

Complementary Color

#edbe5d #5d8ced

#edbe5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe5d Color CSS Codes

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

#edbe5d Text Font Color

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

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


#edbe5d Background Color

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

This div background color is #edbe5d


#edbe5d Border Color

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

This div border color is #edbe5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe5d


Comments

No comments written yet.

Please login to write comment.