Color Hex Logo

#eccc64 Color Hex

#ECCC64
(236,204,100)
0 Favorites   0 Comments

Color spaces of #eccc64

RGB 236204100
HSL0.130.780.66
HSV46°58°93°
CMYK 0.000.140.58   0.07
XYZ58.485261.938720.9295
Yxy61.93870.41380.4382
Hunter Lab78.7011-5.078339.3234
CIE-Lab82.8808-0.932855.0601

#eccc64 color RGB value is (236,204,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 01100100
Octal 354 314 144
Decimal 236 204 100
Hex EC CC 64

RGB Percentages of Color #eccc64

%43.70
%37.78
%18.52

CMYK Percentages of Color #eccc64

%0
%14
%58
%7

Triadic Colors of #eccc64

#eccc64 #64eccc #cc64ec

Analogous Colors of #eccc64

#eccc64 #c8ec64 #ec8864

Monochromatic Colors of #eccc64

#eccc64

Complementary Color

#eccc64 #6484ec

#eccc64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccc64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccc64 Color CSS Codes

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

#eccc64 Text Font Color

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

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


#eccc64 Background Color

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

This div background color is #eccc64


#eccc64 Border Color

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

This div border color is #eccc64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccc64


Comments

No comments written yet.

Please login to write comment.