Color Hex Logo

#ecb3be Color Hex

#ECB3BE
(236,179,190)
0 Favorites   0 Comments

Color spaces of #ecb3be

RGB 236179190
HSL0.970.600.81
HSV348°24°93°
CMYK 0.000.240.19   0.07
XYZ60.006453.790855.9352
Yxy53.79080.35350.3169
Hunter Lab73.342217.69456.1214
CIE-Lab78.339622.29712.4757

#ecb3be color RGB value is (236,179,190).

#ecb3be hex color red value is 236, green value is 179 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ecb3be hue: 0.97 , saturation: 0.60 and the lightness value of ecb3be is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 10111110
Octal 354 263 276
Decimal 236 179 190
Hex EC B3 BE

RGB Percentages of Color #ecb3be

%39.01
%29.59
%31.40

CMYK Percentages of Color #ecb3be

%0
%24
%19
%7

Triadic Colors of #ecb3be

#ecb3be #beecb3 #b3beec

Analogous Colors of #ecb3be

#ecb3be #ecc5b3 #ecb3db

Monochromatic Colors of #ecb3be

#ecb3be

Complementary Color

#ecb3be #b3ece1

#ecb3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb3be Color CSS Codes

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

#ecb3be Text Font Color

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

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


#ecb3be Background Color

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

This div background color is #ecb3be


#ecb3be Border Color

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

This div border color is #ecb3be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,179,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 #ecb3be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb3be


Comments

No comments written yet.

Please login to write comment.