Color Hex Logo

#ecc378 Color Hex

#ECC378
(236,195,120)
0 Favorites   0 Comments

Color spaces of #ecc378

RGB 236195120
HSL0.110.750.70
HSV39°49°93°
CMYK 0.000.170.49   0.07
XYZ57.497358.219125.9763
Yxy58.21910.40580.4109
Hunter Lab76.30140.982033.2261
CIE-Lab80.86055.367542.9587

#ecc378 color RGB value is (236,195,120).

#ecc378 hex color red value is 236, green value is 195 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ecc378 hue: 0.11 , saturation: 0.75 and the lightness value of ecc378 is 0.70.

The process color (four color CMYK) of #ecc378 color hex is 0.00, 0.17, 0.49, 0.07. Web safe color of #ecc378 is #ffcc66. Color #ecc378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000011 01111000
Octal 354 303 170
Decimal 236 195 120
Hex EC C3 78

RGB Percentages of Color #ecc378

%42.83
%35.39
%21.78

CMYK Percentages of Color #ecc378

%0
%17
%49
%7

Triadic Colors of #ecc378

#ecc378 #78ecc3 #c378ec

Analogous Colors of #ecc378

#ecc378 #dbec78 #ec8978

Monochromatic Colors of #ecc378

#ecc378

Complementary Color

#ecc378 #78a1ec

#ecc378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc378 Color CSS Codes

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

#ecc378 Text Font Color

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

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


#ecc378 Background Color

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

This div background color is #ecc378


#ecc378 Border Color

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

This div border color is #ecc378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc378


Comments

No comments written yet.

Please login to write comment.