Color Hex Logo

#ecbaf2 Color Hex

#ECBAF2
(236,186,242)
0 Favorites   0 Comments

Color spaces of #ecbaf2

RGB 236186242
HSL0.820.680.84
HSV294°23°95°
CMYK 0.020.230.00   0.05
XYZ68.178059.361591.8689
Yxy59.36150.31070.2706
Hunter Lab77.046423.1226-16.7639
CIE-Lab81.489927.3662-20.9014

#ecbaf2 color RGB value is (236,186,242).

#ecbaf2 hex color red value is 236, green value is 186 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #ecbaf2 hue: 0.82 , saturation: 0.68 and the lightness value of ecbaf2 is 0.84.

The process color (four color CMYK) of #ecbaf2 color hex is 0.02, 0.23, 0.00, 0.05. Web safe color of #ecbaf2 is #ffccff. Color #ecbaf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 11110010
Octal 354 272 362
Decimal 236 186 242
Hex EC BA F2

RGB Percentages of Color #ecbaf2

%35.54
%28.01
%36.45

CMYK Percentages of Color #ecbaf2

%2
%23
%0
%5

Triadic Colors of #ecbaf2

#ecbaf2 #f2ecba #baf2ec

Analogous Colors of #ecbaf2

#ecbaf2 #f2badc #d0baf2

Monochromatic Colors of #ecbaf2

#ecbaf2

Complementary Color

#ecbaf2 #c0f2ba

#ecbaf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbaf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbaf2 Color CSS Codes

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

#ecbaf2 Text Font Color

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

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


#ecbaf2 Background Color

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

This div background color is #ecbaf2


#ecbaf2 Border Color

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

This div border color is #ecbaf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbaf2


Comments

No comments written yet.

Please login to write comment.