Color Hex Logo

#edc364 Color Hex

#EDC364
(237,195,100)
0 Favorites   0 Comments

Color spaces of #edc364

RGB 237195100
HSL0.120.790.66
HSV42°58°93°
CMYK 0.000.180.58   0.07
XYZ56.740457.954820.2525
Yxy57.95480.42050.4295
Hunter Lab76.1281-0.183037.5166
CIE-Lab80.71374.136552.5818

#edc364 color RGB value is (237,195,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 01100100
Octal 355 303 144
Decimal 237 195 100
Hex ED C3 64

RGB Percentages of Color #edc364

%44.55
%36.65
%18.80

CMYK Percentages of Color #edc364

%0
%18
%58
%7

Triadic Colors of #edc364

#edc364 #64edc3 #c364ed

Analogous Colors of #edc364

#edc364 #d3ed64 #ed7f64

Monochromatic Colors of #edc364

#edc364

Complementary Color

#edc364 #648eed

#edc364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc364 Color CSS Codes

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

#edc364 Text Font Color

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

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


#edc364 Background Color

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

This div background color is #edc364


#edc364 Border Color

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

This div border color is #edc364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc364


Comments

No comments written yet.

Please login to write comment.