Color Hex Logo

#ecca82 Color Hex

#ECCA82
(236,202,130)
0 Favorites   0 Comments

Color spaces of #ecca82

RGB 236202130
HSL0.110.740.72
HSV41°45°93°
CMYK 0.000.140.45   0.07
XYZ59.741961.685629.8769
Yxy61.68560.39480.4077
Hunter Lab78.5402-1.668632.4240
CIE-Lab82.74592.673040.2880

#ecca82 color RGB value is (236,202,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 10000010
Octal 354 312 202
Decimal 236 202 130
Hex EC CA 82

RGB Percentages of Color #ecca82

%41.55
%35.56
%22.89

CMYK Percentages of Color #ecca82

%0
%14
%45
%7

Triadic Colors of #ecca82

#ecca82 #82ecca #ca82ec

Analogous Colors of #ecca82

#ecca82 #d9ec82 #ec9582

Monochromatic Colors of #ecca82

#ecca82

Complementary Color

#ecca82 #82a4ec

#ecca82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca82 Color CSS Codes

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

#ecca82 Text Font Color

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

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


#ecca82 Background Color

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

This div background color is #ecca82


#ecca82 Border Color

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

This div border color is #ecca82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca82


Comments

No comments written yet.

Please login to write comment.