Color Hex Logo

#ecaefe Color Hex

#ECAEFE
(236,174,254)
0 Favorites   0 Comments

Color spaces of #ecaefe

RGB 236174254
HSL0.800.980.84
HSV287°31°100°
CMYK 0.070.310.00   0.00
XYZ67.617555.2607100.8685
Yxy55.26070.30220.2470
Hunter Lab74.337532.2731-28.4142
CIE-Lab79.191236.0445-30.8446

#ecaefe color RGB value is (236,174,254).

#ecaefe hex color red value is 236, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ecaefe hue: 0.80 , saturation: 0.98 and the lightness value of ecaefe is 0.84.

The process color (four color CMYK) of #ecaefe color hex is 0.07, 0.31, 0.00, 0.00. Web safe color of #ecaefe is #ff99ff. Color #ecaefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101110 11111110
Octal 354 256 376
Decimal 236 174 254
Hex EC AE FE

RGB Percentages of Color #ecaefe

%35.54
%26.20
%38.25

CMYK Percentages of Color #ecaefe

%7
%31
%0
%0

Triadic Colors of #ecaefe

#ecaefe #feecae #aefeec

Analogous Colors of #ecaefe

#ecaefe #feaee8 #c4aefe

Monochromatic Colors of #ecaefe

#ecaefe

Complementary Color

#ecaefe #c0feae

#ecaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaefe Color CSS Codes

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

#ecaefe Text Font Color

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

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


#ecaefe Background Color

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

This div background color is #ecaefe


#ecaefe Border Color

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

This div border color is #ecaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaefe


Comments

No comments written yet.

Please login to write comment.