color codes Logo

#eceba4 color codes

#ECEBA4
(236,235,164)
0 Favorites   0 Comments

Color spaces of #eceba4

RGB 236235164
HSL0.160.650.78
HSV59°31°93°
CMYK 0.000.000.31   0.07
XYZ71.001279.929946.8078
Yxy79.92990.35910.4042
Hunter Lab89.4035-14.697631.5408
CIE-Lab91.6534-10.347334.6652

#eceba4 color RGB value is (236,235,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101011 10100100
Octal 354 353 244
Decimal 236 235 164
Hex EC EB A4

RGB Percentages of Color #eceba4

%37.17
%37.01
%25.83

CMYK Percentages of Color #eceba4

%0
%0
%31
%7

Triadic Colors of #eceba4

#eceba4 #a4eceb #eba4ec

Analogous Colors of #eceba4

#eceba4 #c9eca4 #ecc7a4

Monochromatic Colors of #eceba4

#eceba4

Complementary Color

#eceba4 #a4a5ec

#eceba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eceba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eceba4 Color CSS Codes

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

#eceba4 Text Font Color

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

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


#eceba4 Background Color

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

This div background color is #eceba4


#eceba4 Border Color

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

This div border color is #eceba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eceba4

#eceba4 Color Palettes


Comments

No comments written yet.

Please login to write comment.