Color Hex Logo

#ecbebe Color Hex

#ECBEBE
(236,190,190)
0 Favorites   0 Comments

Color spaces of #ecbebe

RGB 236190190
HSL0.000.550.84
HSV19°93°
CMYK 0.000.190.19   0.07
XYZ62.299858.377556.6996
Yxy58.37750.35120.3291
Hunter Lab76.405211.83769.4850
CIE-Lab80.948216.44936.2469

#ecbebe color RGB value is (236,190,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 10111110
Octal 354 276 276
Decimal 236 190 190
Hex EC BE BE

RGB Percentages of Color #ecbebe

%38.31
%30.84
%30.84

CMYK Percentages of Color #ecbebe

%0
%19
%19
%7

Triadic Colors of #ecbebe

#ecbebe #beecbe #bebeec

Analogous Colors of #ecbebe

#ecbebe #ecd5be #ecbed5

Monochromatic Colors of #ecbebe

#ecbebe

Complementary Color

#ecbebe #beecec

#ecbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbebe Color CSS Codes

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

#ecbebe Text Font Color

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

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


#ecbebe Background Color

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

This div background color is #ecbebe


#ecbebe Border Color

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

This div border color is #ecbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbebe


Comments

No comments written yet.

Please login to write comment.