Color Hex Logo

#ecbeca Color Hex

#ECBECA
(236,190,202)
0 Favorites   0 Comments

Color spaces of #ecbeca

RGB 236190202
HSL0.960.550.84
HSV344°19°93°
CMYK 0.000.190.14   0.07
XYZ63.666258.924063.8950
Yxy58.92400.34140.3160
Hunter Lab76.762013.71404.3817
CIE-Lab81.249818.30180.2296

#ecbeca color RGB value is (236,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11001010
Octal 354 276 312
Decimal 236 190 202
Hex EC BE CA

RGB Percentages of Color #ecbeca

%37.58
%30.25
%32.17

CMYK Percentages of Color #ecbeca

%0
%19
%14
%7

Triadic Colors of #ecbeca

#ecbeca #caecbe #becaec

Analogous Colors of #ecbeca

#ecbeca #ecc9be #ecbee1

Monochromatic Colors of #ecbeca

#ecbeca

Complementary Color

#ecbeca #beece0

#ecbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbeca Color CSS Codes

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

#ecbeca Text Font Color

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

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


#ecbeca Background Color

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

This div background color is #ecbeca


#ecbeca Border Color

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

This div border color is #ecbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbeca


Comments

No comments written yet.

Please login to write comment.