Color Hex Logo

#edc356 Color Hex

#EDC356
(237,195,86)
0 Favorites   0 Comments

Color spaces of #edc356

RGB 23719586
HSL0.120.810.63
HSV43°64°93°
CMYK 0.000.180.64   0.07
XYZ56.119957.706616.9848
Yxy57.70660.42900.4411
Hunter Lab75.9649-1.069639.9189
CIE-Lab80.57543.192258.8470

#edc356 color RGB value is (237,195,86).

#edc356 hex color red value is 237, green value is 195 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #edc356 hue: 0.12 , saturation: 0.81 and the lightness value of edc356 is 0.63.

The process color (four color CMYK) of #edc356 color hex is 0.00, 0.18, 0.64, 0.07. Web safe color of #edc356 is #ffcc66. Color #edc356 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 01010110
Octal 355 303 126
Decimal 237 195 86
Hex ED C3 56

RGB Percentages of Color #edc356

%45.75
%37.64
%16.60

CMYK Percentages of Color #edc356

%0
%18
%64
%7

Triadic Colors of #edc356

#edc356 #56edc3 #c356ed

Analogous Colors of #edc356

#edc356 #cced56 #ed7856

Monochromatic Colors of #edc356

#edc356

Complementary Color

#edc356 #5680ed

#edc356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc356 Color CSS Codes

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

#edc356 Text Font Color

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

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


#edc356 Background Color

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

This div background color is #edc356


#edc356 Border Color

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

This div border color is #edc356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc356


Comments

No comments written yet.

Please login to write comment.