Color Hex Logo

#edb36c Color Hex

#EDB36C
(237,179,108)
0 Favorites   0 Comments

Color spaces of #edb36c

RGB 237179108
HSL0.090.780.68
HSV33°54°93°
CMYK 0.000.240.54   0.07
XYZ53.751951.327421.2615
Yxy51.32740.42550.4063
Hunter Lab71.64318.548232.5547
CIE-Lab76.876913.149144.1014

#edb36c color RGB value is (237,179,108).

#edb36c hex color red value is 237, green value is 179 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #edb36c hue: 0.09 , saturation: 0.78 and the lightness value of edb36c is 0.68.

The process color (four color CMYK) of #edb36c color hex is 0.00, 0.24, 0.54, 0.07. Web safe color of #edb36c is #ffcc66. Color #edb36c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 01101100
Octal 355 263 154
Decimal 237 179 108
Hex ED B3 6C

RGB Percentages of Color #edb36c

%45.23
%34.16
%20.61

CMYK Percentages of Color #edb36c

%0
%24
%54
%7

Triadic Colors of #edb36c

#edb36c #6cedb3 #b36ced

Analogous Colors of #edb36c

#edb36c #e7ed6c #ed736c

Monochromatic Colors of #edb36c

#edb36c

Complementary Color

#edb36c #6ca6ed

#edb36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb36c Color CSS Codes

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

#edb36c Text Font Color

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

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


#edb36c Background Color

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

This div background color is #edb36c


#edb36c Border Color

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

This div border color is #edb36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb36c


Comments

No comments written yet.

Please login to write comment.