Color Hex Logo

#ecca66 Color Hex

#ECCA66
(236,202,102)
0 Favorites   0 Comments

Color spaces of #ecca66

RGB 236202102
HSL0.120.780.66
HSV45°57°93°
CMYK 0.000.140.57   0.07
XYZ58.110961.033221.2882
Yxy61.03320.41380.4346
Hunter Lab78.1237-3.942638.5305
CIE-Lab82.39660.245253.5696

#ecca66 color RGB value is (236,202,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 01100110
Octal 354 312 146
Decimal 236 202 102
Hex EC CA 66

RGB Percentages of Color #ecca66

%43.70
%37.41
%18.89

CMYK Percentages of Color #ecca66

%0
%14
%57
%7

Triadic Colors of #ecca66

#ecca66 #66ecca #ca66ec

Analogous Colors of #ecca66

#ecca66 #cbec66 #ec8766

Monochromatic Colors of #ecca66

#ecca66

Complementary Color

#ecca66 #6688ec

#ecca66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca66 Color CSS Codes

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

#ecca66 Text Font Color

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

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


#ecca66 Background Color

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

This div background color is #ecca66


#ecca66 Border Color

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

This div border color is #ecca66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca66

#ecca66 Color Palettes


Comments

No comments written yet.

Please login to write comment.