Color Hex Logo

#edb383 Color Hex

#EDB383
(237,179,131)
0 Favorites   0 Comments

Color spaces of #edb383

RGB 237179131
HSL0.080.750.72
HSV27°45°93°
CMYK 0.000.240.45   0.07
XYZ55.141951.883428.5809
Yxy51.88340.40660.3826
Hunter Lab72.030110.596026.8954
CIE-Lab77.211115.242632.6521

#edb383 color RGB value is (237,179,131).

#edb383 hex color red value is 237, green value is 179 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #edb383 hue: 0.08 , saturation: 0.75 and the lightness value of edb383 is 0.72.

The process color (four color CMYK) of #edb383 color hex is 0.00, 0.24, 0.45, 0.07. Web safe color of #edb383 is #ffcc99. Color #edb383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 10000011
Octal 355 263 203
Decimal 237 179 131
Hex ED B3 83

RGB Percentages of Color #edb383

%43.33
%32.72
%23.95

CMYK Percentages of Color #edb383

%0
%24
%45
%7

Triadic Colors of #edb383

#edb383 #83edb3 #b383ed

Analogous Colors of #edb383

#edb383 #ede883 #ed8388

Monochromatic Colors of #edb383

#edb383

Complementary Color

#edb383 #83bded

#edb383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb383 Color CSS Codes

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

#edb383 Text Font Color

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

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


#edb383 Background Color

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

This div background color is #edb383


#edb383 Border Color

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

This div border color is #edb383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb383


Comments

No comments written yet.

Please login to write comment.