Color Hex Logo

#ecbae3 Color Hex

#ECBAE3
(236,186,227)
0 Favorites   0 Comments

Color spaces of #ecbae3

RGB 236186227
HSL0.860.570.83
HSV311°21°93°
CMYK 0.000.210.04   0.07
XYZ66.016158.496780.4846
Yxy58.49670.32200.2854
Hunter Lab76.483120.2260-8.8538
CIE-Lab81.014224.6351-13.5686

#ecbae3 color RGB value is (236,186,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 11100011
Octal 354 272 343
Decimal 236 186 227
Hex EC BA E3

RGB Percentages of Color #ecbae3

%36.36
%28.66
%34.98

CMYK Percentages of Color #ecbae3

%0
%21
%4
%7

Triadic Colors of #ecbae3

#ecbae3 #e3ecba #bae3ec

Analogous Colors of #ecbae3

#ecbae3 #ecbaca #dcbaec

Monochromatic Colors of #ecbae3

#ecbae3

Complementary Color

#ecbae3 #baecc3

#ecbae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbae3 Color CSS Codes

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

#ecbae3 Text Font Color

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

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


#ecbae3 Background Color

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

This div background color is #ecbae3


#ecbae3 Border Color

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

This div border color is #ecbae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbae3


Comments

No comments written yet.

Please login to write comment.