Color Hex Logo

#edecfc Color Hex

#EDECFC
(237,236,252)
0 Favorites   0 Comments

Color spaces of #edecfc

RGB 237236252
HSL0.680.730.96
HSV244°99°
CMYK 0.060.060.00   0.01
XYZ82.491285.0237104.1589
Yxy85.02370.30360.3130
Hunter Lab92.2083-1.6752-2.4284
CIE-Lab93.89333.2575-7.5934

#edecfc color RGB value is (237,236,252).

#edecfc hex color red value is 237, green value is 236 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #edecfc hue: 0.68 , saturation: 0.73 and the lightness value of edecfc is 0.96.

The process color (four color CMYK) of #edecfc color hex is 0.06, 0.06, 0.00, 0.01. Web safe color of #edecfc is #ffffff. Color #edecfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11111100
Octal 355 354 374
Decimal 237 236 252
Hex ED EC FC

RGB Percentages of Color #edecfc

%32.69
%32.55
%34.76

CMYK Percentages of Color #edecfc

%6
%6
%0
%1

Triadic Colors of #edecfc

#edecfc #fcedec #ecfced

Analogous Colors of #edecfc

#edecfc #f5ecfc #ecf3fc

Monochromatic Colors of #edecfc

#edecfc

Complementary Color

#edecfc #fbfcec

#edecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecfc Color CSS Codes

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

#edecfc Text Font Color

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

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


#edecfc Background Color

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

This div background color is #edecfc


#edecfc Border Color

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

This div border color is #edecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecfc


Comments

No comments written yet.

Please login to write comment.