Color Hex Logo

#eccc82 Color Hex

#ECCC82
(236,204,130)
0 Favorites   0 Comments

Color spaces of #eccc82

RGB 236204130
HSL0.120.740.72
HSV42°45°93°
CMYK 0.000.140.45   0.07
XYZ60.214262.630330.0343
Yxy62.63030.39390.4097
Hunter Lab79.1393-2.679732.8963
CIE-Lab83.24751.637040.9249

#eccc82 color RGB value is (236,204,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 10000010
Octal 354 314 202
Decimal 236 204 130
Hex EC CC 82

RGB Percentages of Color #eccc82

%41.40
%35.79
%22.81

CMYK Percentages of Color #eccc82

%0
%14
%45
%7

Triadic Colors of #eccc82

#eccc82 #82eccc #cc82ec

Analogous Colors of #eccc82

#eccc82 #d7ec82 #ec9782

Monochromatic Colors of #eccc82

#eccc82

Complementary Color

#eccc82 #82a2ec

#eccc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccc82 Color CSS Codes

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

#eccc82 Text Font Color

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

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


#eccc82 Background Color

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

This div background color is #eccc82


#eccc82 Border Color

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

This div border color is #eccc82


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,204,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 #eccc82">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccc82


Comments

No comments written yet.

Please login to write comment.