Color Hex Logo

#ecdef7 Color Hex

#ECDEF7
(236,222,247)
0 Favorites   0 Comments

Color spaces of #ecdef7

RGB 236222247
HSL0.760.610.92
HSV274°10°97°
CMYK 0.040.100.00   0.03
XYZ77.501876.790898.7330
Yxy76.79080.30630.3035
Hunter Lab87.63044.5153-5.4607
CIE-Lab90.22529.2519-10.4346

#ecdef7 color RGB value is (236,222,247).

#ecdef7 hex color red value is 236, green value is 222 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ecdef7 hue: 0.76 , saturation: 0.61 and the lightness value of ecdef7 is 0.92.

The process color (four color CMYK) of #ecdef7 color hex is 0.04, 0.10, 0.00, 0.03. Web safe color of #ecdef7 is #ffccff. Color #ecdef7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 11110111
Octal 354 336 367
Decimal 236 222 247
Hex EC DE F7

RGB Percentages of Color #ecdef7

%33.48
%31.49
%35.04

CMYK Percentages of Color #ecdef7

%4
%10
%0
%3

Triadic Colors of #ecdef7

#ecdef7 #f7ecde #def7ec

Analogous Colors of #ecdef7

#ecdef7 #f7def6 #e0def7

Monochromatic Colors of #ecdef7

#ecdef7

Complementary Color

#ecdef7 #e9f7de

#ecdef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdef7 Color CSS Codes

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

#ecdef7 Text Font Color

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

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


#ecdef7 Background Color

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

This div background color is #ecdef7


#ecdef7 Border Color

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

This div border color is #ecdef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdef7


Comments

No comments written yet.

Please login to write comment.