Color Hex Logo

#ecdba5 Color Hex

#ECDBA5
(236,219,165)
0 Favorites   0 Comments

Color spaces of #ecdba5

RGB 236219165
HSL0.130.650.79
HSV46°30°93°
CMYK 0.000.070.30   0.07
XYZ66.715171.212545.8264
Yxy71.21250.36310.3875
Hunter Lab84.3875-6.559526.8740
CIE-Lab87.5881-2.143828.7186

#ecdba5 color RGB value is (236,219,165).

#ecdba5 hex color red value is 236, green value is 219 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #ecdba5 hue: 0.13 , saturation: 0.65 and the lightness value of ecdba5 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 10100101
Octal 354 333 245
Decimal 236 219 165
Hex EC DB A5

RGB Percentages of Color #ecdba5

%38.06
%35.32
%26.61

CMYK Percentages of Color #ecdba5

%0
%7
%30
%7

Triadic Colors of #ecdba5

#ecdba5 #a5ecdb #dba5ec

Analogous Colors of #ecdba5

#ecdba5 #daeca5 #ecb8a5

Monochromatic Colors of #ecdba5

#ecdba5

Complementary Color

#ecdba5 #a5b6ec

#ecdba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdba5 Color CSS Codes

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

#ecdba5 Text Font Color

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

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


#ecdba5 Background Color

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

This div background color is #ecdba5


#ecdba5 Border Color

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

This div border color is #ecdba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdba5


Comments

No comments written yet.

Please login to write comment.