Color Hex Logo

#ecbede Color Hex

#ECBEDE
(236,190,222)
0 Favorites   0 Comments

Color spaces of #ecbede

RGB 236190222
HSL0.880.550.84
HSV318°19°93°
CMYK 0.000.190.06   0.07
XYZ66.190359.933777.1870
Yxy59.93370.32560.2948
Hunter Lab77.416917.1354-4.9222
CIE-Lab81.802121.6277-9.7057

#ecbede color RGB value is (236,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11011110
Octal 354 276 336
Decimal 236 190 222
Hex EC BE DE

RGB Percentages of Color #ecbede

%36.42
%29.32
%34.26

CMYK Percentages of Color #ecbede

%0
%19
%6
%7

Triadic Colors of #ecbede

#ecbede #deecbe #bedeec

Analogous Colors of #ecbede

#ecbede #ecbec7 #e3beec

Monochromatic Colors of #ecbede

#ecbede

Complementary Color

#ecbede #beeccc

#ecbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbede Color CSS Codes

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

#ecbede Text Font Color

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

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


#ecbede Background Color

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

This div background color is #ecbede


#ecbede Border Color

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

This div border color is #ecbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbede

#ecbede Color Palettes


Comments

No comments written yet.

Please login to write comment.