Color Hex Logo

#edc659 Color Hex

#EDC659
(237,198,89)
0 Favorites   0 Comments

Color spaces of #edc659

RGB 23719889
HSL0.120.800.64
HSV44°62°93°
CMYK 0.000.160.62   0.07
XYZ56.922359.114017.8612
Yxy59.11400.42510.4415
Hunter Lab76.8856-2.397340.0464
CIE-Lab81.35421.824958.3691

#edc659 color RGB value is (237,198,89).

#edc659 hex color red value is 237, green value is 198 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #edc659 hue: 0.12 , saturation: 0.80 and the lightness value of edc659 is 0.64.

The process color (four color CMYK) of #edc659 color hex is 0.00, 0.16, 0.62, 0.07. Web safe color of #edc659 is #ffcc66. Color #edc659 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 01011001
Octal 355 306 131
Decimal 237 198 89
Hex ED C6 59

RGB Percentages of Color #edc659

%45.23
%37.79
%16.98

CMYK Percentages of Color #edc659

%0
%16
%62
%7

Triadic Colors of #edc659

#edc659 #59edc6 #c659ed

Analogous Colors of #edc659

#edc659 #caed59 #ed7c59

Monochromatic Colors of #edc659

#edc659

Complementary Color

#edc659 #5980ed

#edc659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc659 Color CSS Codes

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

#edc659 Text Font Color

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

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


#edc659 Background Color

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

This div background color is #edc659


#edc659 Border Color

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

This div border color is #edc659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc659


Comments

No comments written yet.

Please login to write comment.