Color Hex Logo

#edc684 Color Hex

#EDC684
(237,198,132)
0 Favorites   0 Comments

Color spaces of #edc684

RGB 237198132
HSL0.100.740.72
HSV38°44°93°
CMYK 0.000.160.44   0.07
XYZ59.284060.058630.2977
Yxy60.05860.39620.4014
Hunter Lab77.49750.928331.0688
CIE-Lab81.87005.351538.1705

#edc684 color RGB value is (237,198,132).

#edc684 hex color red value is 237, green value is 198 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #edc684 hue: 0.10 , saturation: 0.74 and the lightness value of edc684 is 0.72.

The process color (four color CMYK) of #edc684 color hex is 0.00, 0.16, 0.44, 0.07. Web safe color of #edc684 is #ffcc99. Color #edc684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 10000100
Octal 355 306 204
Decimal 237 198 132
Hex ED C6 84

RGB Percentages of Color #edc684

%41.80
%34.92
%23.28

CMYK Percentages of Color #edc684

%0
%16
%44
%7

Triadic Colors of #edc684

#edc684 #84edc6 #c684ed

Analogous Colors of #edc684

#edc684 #e0ed84 #ed9284

Monochromatic Colors of #edc684

#edc684

Complementary Color

#edc684 #84abed

#edc684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc684 Color CSS Codes

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

#edc684 Text Font Color

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

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


#edc684 Background Color

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

This div background color is #edc684


#edc684 Border Color

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

This div border color is #edc684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc684


Comments

No comments written yet.

Please login to write comment.