Color Hex Logo

#ecc481 Color Hex

#ECC481
(236,196,129)
0 Favorites   0 Comments

Color spaces of #ecc481

RGB 236196129
HSL0.100.740.72
HSV38°45°93°
CMYK 0.000.170.45   0.07
XYZ58.294458.897729.0648
Yxy58.89770.39860.4027
Hunter Lab76.74481.282931.2671
CIE-Lab81.23535.696838.8719

#ecc481 color RGB value is (236,196,129).

#ecc481 hex color red value is 236, green value is 196 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ecc481 hue: 0.10 , saturation: 0.74 and the lightness value of ecc481 is 0.72.

The process color (four color CMYK) of #ecc481 color hex is 0.00, 0.17, 0.45, 0.07. Web safe color of #ecc481 is #ffcc99. Color #ecc481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 10000001
Octal 354 304 201
Decimal 236 196 129
Hex EC C4 81

RGB Percentages of Color #ecc481

%42.07
%34.94
%22.99

CMYK Percentages of Color #ecc481

%0
%17
%45
%7

Triadic Colors of #ecc481

#ecc481 #81ecc4 #c481ec

Analogous Colors of #ecc481

#ecc481 #dfec81 #ec8f81

Monochromatic Colors of #ecc481

#ecc481

Complementary Color

#ecc481 #81a9ec

#ecc481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc481 Color CSS Codes

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

#ecc481 Text Font Color

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

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


#ecc481 Background Color

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

This div background color is #ecc481


#ecc481 Border Color

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

This div border color is #ecc481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc481


Comments

No comments written yet.

Please login to write comment.