Color Hex Logo

#ecaefd Color Hex

#ECAEFD
(236,174,253)
0 Favorites   0 Comments

Color spaces of #ecaefd

RGB 236174253
HSL0.800.950.84
HSV287°31°99°
CMYK 0.070.310.00   0.01
XYZ67.457755.1968100.0271
Yxy55.19680.30290.2479
Hunter Lab74.294532.0583-27.8194
CIE-Lab79.154535.8508-30.3642

#ecaefd color RGB value is (236,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101110 11111101
Octal 354 256 375
Decimal 236 174 253
Hex EC AE FD

RGB Percentages of Color #ecaefd

%35.60
%26.24
%38.16

CMYK Percentages of Color #ecaefd

%7
%31
%0
%1

Triadic Colors of #ecaefd

#ecaefd #fdecae #aefdec

Analogous Colors of #ecaefd

#ecaefd #fdaee7 #c5aefd

Monochromatic Colors of #ecaefd

#ecaefd

Complementary Color

#ecaefd #bffdae

#ecaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaefd Color CSS Codes

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

#ecaefd Text Font Color

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

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


#ecaefd Background Color

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

This div background color is #ecaefd


#ecaefd Border Color

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

This div border color is #ecaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaefd


Comments

No comments written yet.

Please login to write comment.