Color Hex Logo

#ecbdb1 Color Hex

#ECBDB1
(236,189,177)
0 Favorites   0 Comments

Color spaces of #ecbdb1

RGB 236189177
HSL0.030.610.81
HSV12°25°93°
CMYK 0.000.200.25   0.07
XYZ60.725557.402449.4742
Yxy57.40240.36230.3425
Hunter Lab75.764410.480914.3186
CIE-Lab80.405415.099412.4587

#ecbdb1 color RGB value is (236,189,177).

#ecbdb1 hex color red value is 236, green value is 189 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ecbdb1 hue: 0.03 , saturation: 0.61 and the lightness value of ecbdb1 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 10110001
Octal 354 275 261
Decimal 236 189 177
Hex EC BD B1

RGB Percentages of Color #ecbdb1

%39.20
%31.40
%29.40

CMYK Percentages of Color #ecbdb1

%0
%20
%25
%7

Triadic Colors of #ecbdb1

#ecbdb1 #b1ecbd #bdb1ec

Analogous Colors of #ecbdb1

#ecbdb1 #ecdbb1 #ecb1c3

Monochromatic Colors of #ecbdb1

#ecbdb1

Complementary Color

#ecbdb1 #b1e0ec

#ecbdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbdb1 Color CSS Codes

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

#ecbdb1 Text Font Color

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

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


#ecbdb1 Background Color

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

This div background color is #ecbdb1


#ecbdb1 Border Color

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

This div border color is #ecbdb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbdb1


Comments

No comments written yet.

Please login to write comment.