Color Hex Logo

#edce36 Color Hex

#EDCE36
(237,206,54)
0 Favorites   0 Comments

Color spaces of #edce36

RGB 23720654
HSL0.140.840.57
HSV50°77°93°
CMYK 0.000.130.77   0.07
XYZ57.662262.413512.4979
Yxy62.41350.43490.4708
Hunter Lab79.0022-7.970245.9221
CIE-Lab83.1328-4.023373.7210

#edce36 color RGB value is (237,206,54).

#edce36 hex color red value is 237, green value is 206 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #edce36 hue: 0.14 , saturation: 0.84 and the lightness value of edce36 is 0.57.

The process color (four color CMYK) of #edce36 color hex is 0.00, 0.13, 0.77, 0.07. Web safe color of #edce36 is #ffcc33. Color #edce36 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 00110110
Octal 355 316 66
Decimal 237 206 54
Hex ED CE 36

RGB Percentages of Color #edce36

%47.69
%41.45
%10.87

CMYK Percentages of Color #edce36

%0
%13
%77
%7

Triadic Colors of #edce36

#edce36 #36edce #ce36ed

Analogous Colors of #edce36

#edce36 #b1ed36 #ed7336

Monochromatic Colors of #edce36

#edce36

Complementary Color

#edce36 #3655ed

#edce36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edce36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edce36 Color CSS Codes

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

#edce36 Text Font Color

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

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


#edce36 Background Color

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

This div background color is #edce36


#edce36 Border Color

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

This div border color is #edce36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edce36


Comments

No comments written yet.

Please login to write comment.