Color Hex Logo

#edec63 Color Hex

#EDEC63
(237,236,99)
0 Favorites   0 Comments

Color spaces of #edec63

RGB 23723699
HSL0.170.790.66
HSV60°58°93°
CMYK 0.000.000.58   0.07
XYZ67.172678.896323.4925
Yxy78.89630.39620.4653
Hunter Lab88.8236-20.451146.4952
CIE-Lab91.1874-16.644164.8504

#edec63 color RGB value is (237,236,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 01100011
Octal 355 354 143
Decimal 237 236 99
Hex ED EC 63

RGB Percentages of Color #edec63

%41.43
%41.26
%17.31

CMYK Percentages of Color #edec63

%0
%0
%58
%7

Triadic Colors of #edec63

#edec63 #63edec #ec63ed

Analogous Colors of #edec63

#edec63 #a9ed63 #eda763

Monochromatic Colors of #edec63

#edec63

Complementary Color

#edec63 #6364ed

#edec63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec63 Color CSS Codes

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

#edec63 Text Font Color

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

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


#edec63 Background Color

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

This div background color is #edec63


#edec63 Border Color

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

This div border color is #edec63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec63


Comments

No comments written yet.

Please login to write comment.