Color Hex Logo

#edc259 Color Hex

#EDC259
(237,194,89)
0 Favorites   0 Comments

Color spaces of #edc259

RGB 23719489
HSL0.120.800.64
HSV43°62°93°
CMYK 0.000.180.62   0.07
XYZ56.020057.309417.5604
Yxy57.30940.42800.4378
Hunter Lab75.7030-0.390739.2389
CIE-Lab80.35333.900457.2614

#edc259 color RGB value is (237,194,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 01011001
Octal 355 302 131
Decimal 237 194 89
Hex ED C2 59

RGB Percentages of Color #edc259

%45.58
%37.31
%17.12

CMYK Percentages of Color #edc259

%0
%18
%62
%7

Triadic Colors of #edc259

#edc259 #59edc2 #c259ed

Analogous Colors of #edc259

#edc259 #ceed59 #ed7859

Monochromatic Colors of #edc259

#edc259

Complementary Color

#edc259 #5984ed

#edc259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc259 Color CSS Codes

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

#edc259 Text Font Color

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

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


#edc259 Background Color

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

This div background color is #edc259


#edc259 Border Color

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

This div border color is #edc259


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,194,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 #edc259">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc259


Comments

No comments written yet.

Please login to write comment.