Color Hex Logo

#eccc40 Color Hex

#ECCC40
(236,204,64)
0 Favorites   0 Comments

Color spaces of #eccc40

RGB 23620464
HSL0.140.820.59
HSV49°73°93°
CMYK 0.000.140.73   0.07
XYZ57.110461.388813.6897
Yxy61.38880.43200.4644
Hunter Lab78.3510-7.004844.4864
CIE-Lab82.5873-3.026569.7842

#eccc40 color RGB value is (236,204,64).

#eccc40 hex color red value is 236, green value is 204 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #eccc40 hue: 0.14 , saturation: 0.82 and the lightness value of eccc40 is 0.59.

The process color (four color CMYK) of #eccc40 color hex is 0.00, 0.14, 0.73, 0.07. Web safe color of #eccc40 is #ffcc33. Color #eccc40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 01000000
Octal 354 314 100
Decimal 236 204 64
Hex EC CC 40

RGB Percentages of Color #eccc40

%46.83
%40.48
%12.70

CMYK Percentages of Color #eccc40

%0
%14
%73
%7

Triadic Colors of #eccc40

#eccc40 #40eccc #cc40ec

Analogous Colors of #eccc40

#eccc40 #b6ec40 #ec7640

Monochromatic Colors of #eccc40

#eccc40

Complementary Color

#eccc40 #4060ec

#eccc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccc40 Color CSS Codes

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

#eccc40 Text Font Color

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

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


#eccc40 Background Color

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

This div background color is #eccc40


#eccc40 Border Color

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

This div border color is #eccc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccc40


Comments

No comments written yet.

Please login to write comment.