Color Hex Logo

#ecbbbb Color Hex

#ECBBBB
(236,187,187)
0 Favorites   0 Comments

Color spaces of #ecbbbb

RGB 236187187
HSL0.000.560.83
HSV21°93°
CMYK 0.000.210.21   0.07
XYZ61.332056.961454.7758
Yxy56.96140.35440.3291
Hunter Lab75.472812.97849.8001
CIE-Lab80.157917.59526.7251

#ecbbbb color RGB value is (236,187,187).

#ecbbbb hex color red value is 236, green value is 187 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ecbbbb hue: 0.00 , saturation: 0.56 and the lightness value of ecbbbb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 10111011
Octal 354 273 273
Decimal 236 187 187
Hex EC BB BB

RGB Percentages of Color #ecbbbb

%38.69
%30.66
%30.66

CMYK Percentages of Color #ecbbbb

%0
%21
%21
%7

Triadic Colors of #ecbbbb

#ecbbbb #bbecbb #bbbbec

Analogous Colors of #ecbbbb

#ecbbbb #ecd4bb #ecbbd4

Monochromatic Colors of #ecbbbb

#ecbbbb

Complementary Color

#ecbbbb #bbecec

#ecbbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbbbb Color CSS Codes

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

#ecbbbb Text Font Color

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

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


#ecbbbb Background Color

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

This div background color is #ecbbbb


#ecbbbb Border Color

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

This div border color is #ecbbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbbbb


Comments

No comments written yet.

Please login to write comment.