Color Hex Logo

#ecbedc Color Hex

#ECBEDC
(236,190,220)
0 Favorites   0 Comments

Color spaces of #ecbedc

RGB 236190220
HSL0.890.550.84
HSV321°19°93°
CMYK 0.000.190.07   0.07
XYZ65.923859.827175.7834
Yxy59.82710.32710.2969
Hunter Lab77.348016.7769-3.9471
CIE-Lab81.744121.2822-8.7182

#ecbedc color RGB value is (236,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11011100
Octal 354 276 334
Decimal 236 190 220
Hex EC BE DC

RGB Percentages of Color #ecbedc

%36.53
%29.41
%34.06

CMYK Percentages of Color #ecbedc

%0
%19
%7
%7

Triadic Colors of #ecbedc

#ecbedc #dcecbe #bedcec

Analogous Colors of #ecbedc

#ecbedc #ecbec5 #e5beec

Monochromatic Colors of #ecbedc

#ecbedc

Complementary Color

#ecbedc #beecce

#ecbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbedc Color CSS Codes

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

#ecbedc Text Font Color

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

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


#ecbedc Background Color

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

This div background color is #ecbedc


#ecbedc Border Color

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

This div border color is #ecbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbedc


Comments

No comments written yet.

Please login to write comment.