Color Hex Logo

#eccc45 Color Hex

#ECCC45
(236,204,69)
0 Favorites   0 Comments

Color spaces of #eccc45

RGB 23620469
HSL0.130.810.60
HSV49°71°93°
CMYK 0.000.140.71   0.07
XYZ57.259161.448314.4730
Yxy61.44830.42990.4614
Hunter Lab78.3890-6.795643.9255
CIE-Lab82.6192-2.797867.9635

#eccc45 color RGB value is (236,204,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 01000101
Octal 354 314 105
Decimal 236 204 69
Hex EC CC 45

RGB Percentages of Color #eccc45

%46.37
%40.08
%13.56

CMYK Percentages of Color #eccc45

%0
%14
%71
%7

Triadic Colors of #eccc45

#eccc45 #45eccc #cc45ec

Analogous Colors of #eccc45

#eccc45 #b9ec45 #ec7945

Monochromatic Colors of #eccc45

#eccc45

Complementary Color

#eccc45 #4565ec

#eccc45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccc45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccc45 Color CSS Codes

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

#eccc45 Text Font Color

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

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


#eccc45 Background Color

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

This div background color is #eccc45


#eccc45 Border Color

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

This div border color is #eccc45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccc45


Comments

No comments written yet.

Please login to write comment.