Color Hex Logo

#ecadb2 Color Hex

#ECADB2
(236,173,178)
0 Favorites   0 Comments

Color spaces of #ecadb2

RGB 236173178
HSL0.990.620.80
HSV355°27°93°
CMYK 0.000.270.25   0.07
XYZ57.571550.934448.9164
Yxy50.93440.36570.3236
Hunter Lab71.368319.09809.3200
CIE-Lab76.639323.74426.5454

#ecadb2 color RGB value is (236,173,178).

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

The process color (four color CMYK) of #ecadb2 color hex is 0.00, 0.27, 0.25, 0.07. Web safe color of #ecadb2 is #ff9999. Color #ecadb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101101 10110010
Octal 354 255 262
Decimal 236 173 178
Hex EC AD B2

RGB Percentages of Color #ecadb2

%40.20
%29.47
%30.32

CMYK Percentages of Color #ecadb2

%0
%27
%25
%7

Triadic Colors of #ecadb2

#ecadb2 #b2ecad #adb2ec

Analogous Colors of #ecadb2

#ecadb2 #ecc8ad #ecadd2

Monochromatic Colors of #ecadb2

#ecadb2

Complementary Color

#ecadb2 #adece7

#ecadb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecadb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecadb2 Color CSS Codes

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

#ecadb2 Text Font Color

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

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


#ecadb2 Background Color

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

This div background color is #ecadb2


#ecadb2 Border Color

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

This div border color is #ecadb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecadb2


Comments

No comments written yet.

Please login to write comment.