Color Hex Logo

#ecdbae Color Hex

#ECDBAE
(236,219,174)
0 Favorites   0 Comments

Color spaces of #ecdbae

RGB 236219174
HSL0.120.620.80
HSV44°26°93°
CMYK 0.000.070.26   0.07
XYZ67.563671.551950.2943
Yxy71.55190.35670.3778
Hunter Lab84.5884-5.455623.9594
CIE-Lab87.7525-0.976124.2811

#ecdbae color RGB value is (236,219,174).

#ecdbae hex color red value is 236, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ecdbae hue: 0.12 , saturation: 0.62 and the lightness value of ecdbae is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 10101110
Octal 354 333 256
Decimal 236 219 174
Hex EC DB AE

RGB Percentages of Color #ecdbae

%37.52
%34.82
%27.66

CMYK Percentages of Color #ecdbae

%0
%7
%26
%7

Triadic Colors of #ecdbae

#ecdbae #aeecdb #dbaeec

Analogous Colors of #ecdbae

#ecdbae #deecae #ecbcae

Monochromatic Colors of #ecdbae

#ecdbae

Complementary Color

#ecdbae #aebfec

#ecdbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdbae Color CSS Codes

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

#ecdbae Text Font Color

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

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


#ecdbae Background Color

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

This div background color is #ecdbae


#ecdbae Border Color

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

This div border color is #ecdbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdbae


Comments

No comments written yet.

Please login to write comment.