Color Hex Logo

#edcc63 Color Hex

#EDCC63
(237,204,99)
0 Favorites   0 Comments

Color spaces of #edcc63

RGB 23720499
HSL0.130.790.66
HSV46°58°93°
CMYK 0.000.140.58   0.07
XYZ58.770062.091120.6916
Yxy62.09110.41520.4386
Hunter Lab78.7979-4.765339.5895
CIE-Lab82.9618-0.592955.6388

#edcc63 color RGB value is (237,204,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 01100011
Octal 355 314 143
Decimal 237 204 99
Hex ED CC 63

RGB Percentages of Color #edcc63

%43.89
%37.78
%18.33

CMYK Percentages of Color #edcc63

%0
%14
%58
%7

Triadic Colors of #edcc63

#edcc63 #63edcc #cc63ed

Analogous Colors of #edcc63

#edcc63 #c9ed63 #ed8763

Monochromatic Colors of #edcc63

#edcc63

Complementary Color

#edcc63 #6384ed

#edcc63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcc63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcc63 Color CSS Codes

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

#edcc63 Text Font Color

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

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


#edcc63 Background Color

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

This div background color is #edcc63


#edcc63 Border Color

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

This div border color is #edcc63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcc63


Comments

No comments written yet.

Please login to write comment.