Color Hex Logo

#eceba2 Color Hex

#ECEBA2
(236,235,162)
0 Favorites   0 Comments

Color spaces of #eceba2

RGB 236235162
HSL0.160.660.78
HSV59°31°93°
CMYK 0.000.000.31   0.07
XYZ70.822079.858245.8639
Yxy79.85820.36030.4063
Hunter Lab89.3634-14.921732.1250
CIE-Lab91.6212-10.590535.6312

#eceba2 color RGB value is (236,235,162).

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

The process color (four color CMYK) of #eceba2 color hex is 0.00, 0.00, 0.31, 0.07. Web safe color of #eceba2 is #ffff99. Color #eceba2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101011 10100010
Octal 354 353 242
Decimal 236 235 162
Hex EC EB A2

RGB Percentages of Color #eceba2

%37.28
%37.12
%25.59

CMYK Percentages of Color #eceba2

%0
%0
%31
%7

Triadic Colors of #eceba2

#eceba2 #a2eceb #eba2ec

Analogous Colors of #eceba2

#eceba2 #c8eca2 #ecc6a2

Monochromatic Colors of #eceba2

#eceba2

Complementary Color

#eceba2 #a2a3ec

#eceba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eceba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eceba2 Color CSS Codes

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

#eceba2 Text Font Color

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

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


#eceba2 Background Color

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

This div background color is #eceba2


#eceba2 Border Color

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

This div border color is #eceba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eceba2

#eceba2 Color Palettes


Comments

No comments written yet.

Please login to write comment.