Color Hex Logo

#ecdafd Color Hex

#ECDAFD
(236,218,253)
0 Favorites   0 Comments

Color spaces of #ecdafd

RGB 236218253
HSL0.750.900.92
HSV271°14°99°
CMYK 0.070.140.00   0.01
XYZ77.393175.0675103.3389
Yxy75.06750.30260.2935
Hunter Lab86.64157.8237-10.0672
CIE-Lab89.424612.4844-14.7796

#ecdafd color RGB value is (236,218,253).

#ecdafd hex color red value is 236, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ecdafd hue: 0.75 , saturation: 0.90 and the lightness value of ecdafd is 0.92.

The process color (four color CMYK) of #ecdafd color hex is 0.07, 0.14, 0.00, 0.01. Web safe color of #ecdafd is #ffccff. Color #ecdafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011010 11111101
Octal 354 332 375
Decimal 236 218 253
Hex EC DA FD

RGB Percentages of Color #ecdafd

%33.38
%30.83
%35.79

CMYK Percentages of Color #ecdafd

%7
%14
%0
%1

Triadic Colors of #ecdafd

#ecdafd #fdecda #dafdec

Analogous Colors of #ecdafd

#ecdafd #fddafd #dbdafd

Monochromatic Colors of #ecdafd

#ecdafd

Complementary Color

#ecdafd #ebfdda

#ecdafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdafd Color CSS Codes

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

#ecdafd Text Font Color

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

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


#ecdafd Background Color

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

This div background color is #ecdafd


#ecdafd Border Color

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

This div border color is #ecdafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdafd

Related Colors


Comments

No comments written yet.

Please login to write comment.