Color Hex Logo

#ecbda7 Color Hex

#ECBDA7
(236,189,167)
0 Favorites   0 Comments

Color spaces of #ecbda7

RGB 236189167
HSL0.050.640.79
HSV19°29°93°
CMYK 0.000.200.29   0.07
XYZ59.764757.018144.4149
Yxy57.01810.37080.3537
Hunter Lab75.51039.135617.9831
CIE-Lab80.189813.745517.5177

#ecbda7 color RGB value is (236,189,167).

#ecbda7 hex color red value is 236, green value is 189 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ecbda7 hue: 0.05 , saturation: 0.64 and the lightness value of ecbda7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 10100111
Octal 354 275 247
Decimal 236 189 167
Hex EC BD A7

RGB Percentages of Color #ecbda7

%39.86
%31.93
%28.21

CMYK Percentages of Color #ecbda7

%0
%20
%29
%7

Triadic Colors of #ecbda7

#ecbda7 #a7ecbd #bda7ec

Analogous Colors of #ecbda7

#ecbda7 #ece0a7 #eca7b4

Monochromatic Colors of #ecbda7

#ecbda7

Complementary Color

#ecbda7 #a7d6ec

#ecbda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbda7 Color CSS Codes

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

#ecbda7 Text Font Color

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

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


#ecbda7 Background Color

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

This div background color is #ecbda7


#ecbda7 Border Color

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

This div border color is #ecbda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbda7


Comments

No comments written yet.

Please login to write comment.