Color Hex Logo

#ecbabe Color Hex

#ECBABE
(236,186,190)
0 Favorites   0 Comments

Color spaces of #ecbabe

RGB 236186190
HSL0.990.570.83
HSV355°21°93°
CMYK 0.000.210.19   0.07
XYZ61.445256.668456.4148
Yxy56.66840.35210.3247
Hunter Lab75.278413.96158.2621
CIE-Lab79.992718.57274.8694

#ecbabe color RGB value is (236,186,190).

#ecbabe hex color red value is 236, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ecbabe hue: 0.99 , saturation: 0.57 and the lightness value of ecbabe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 10111110
Octal 354 272 276
Decimal 236 186 190
Hex EC BA BE

RGB Percentages of Color #ecbabe

%38.56
%30.39
%31.05

CMYK Percentages of Color #ecbabe

%0
%21
%19
%7

Triadic Colors of #ecbabe

#ecbabe #beecba #babeec

Analogous Colors of #ecbabe

#ecbabe #eccfba #ecbad7

Monochromatic Colors of #ecbabe

#ecbabe

Complementary Color

#ecbabe #baece8

#ecbabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbabe Color CSS Codes

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

#ecbabe Text Font Color

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

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


#ecbabe Background Color

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

This div background color is #ecbabe


#ecbabe Border Color

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

This div border color is #ecbabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbabe


Comments

No comments written yet.

Please login to write comment.