Color Hex Logo

#ecbedf Color Hex

#ECBEDF
(236,190,223)
0 Favorites   0 Comments

Color spaces of #ecbedf

RGB 236190223
HSL0.880.550.84
HSV317°19°93°
CMYK 0.000.190.06   0.07
XYZ66.324859.987577.8951
Yxy59.98750.32480.2938
Hunter Lab77.451617.3162-5.4134
CIE-Lab81.831421.8016-10.1990

#ecbedf color RGB value is (236,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11011111
Octal 354 276 337
Decimal 236 190 223
Hex EC BE DF

RGB Percentages of Color #ecbedf

%36.36
%29.28
%34.36

CMYK Percentages of Color #ecbedf

%0
%19
%6
%7

Triadic Colors of #ecbedf

#ecbedf #dfecbe #bedfec

Analogous Colors of #ecbedf

#ecbedf #ecbec8 #e2beec

Monochromatic Colors of #ecbedf

#ecbedf

Complementary Color

#ecbedf #beeccb

#ecbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbedf Color CSS Codes

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

#ecbedf Text Font Color

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

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


#ecbedf Background Color

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

This div background color is #ecbedf


#ecbedf Border Color

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

This div border color is #ecbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbedf


Comments

No comments written yet.

Please login to write comment.