Color Hex Logo

#ecbed9 Color Hex

#ECBED9
(236,190,217)
0 Favorites   0 Comments

Color spaces of #ecbed9

RGB 236190217
HSL0.900.550.84
HSV325°19°93°
CMYK 0.000.190.08   0.07
XYZ65.529959.669573.7092
Yxy59.66950.32940.3000
Hunter Lab77.246016.2458-2.5031
CIE-Lab81.658220.7692-7.2343

#ecbed9 color RGB value is (236,190,217).

#ecbed9 hex color red value is 236, green value is 190 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ecbed9 hue: 0.90 , saturation: 0.55 and the lightness value of ecbed9 is 0.84.

The process color (four color CMYK) of #ecbed9 color hex is 0.00, 0.19, 0.08, 0.07. Web safe color of #ecbed9 is #ffcccc. Color #ecbed9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11011001
Octal 354 276 331
Decimal 236 190 217
Hex EC BE D9

RGB Percentages of Color #ecbed9

%36.70
%29.55
%33.75

CMYK Percentages of Color #ecbed9

%0
%19
%8
%7

Triadic Colors of #ecbed9

#ecbed9 #d9ecbe #bed9ec

Analogous Colors of #ecbed9

#ecbed9 #ecbec2 #e8beec

Monochromatic Colors of #ecbed9

#ecbed9

Complementary Color

#ecbed9 #beecd1

#ecbed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbed9 Color CSS Codes

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

#ecbed9 Text Font Color

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

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


#ecbed9 Background Color

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

This div background color is #ecbed9


#ecbed9 Border Color

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

This div border color is #ecbed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbed9

#ecbed9 Color Palettes


Comments

No comments written yet.

Please login to write comment.