Color Hex Logo

#ededfc Color Hex

#EDEDFC
(237,237,252)
0 Favorites   0 Comments

Color spaces of #ededfc

RGB 237237252
HSL0.670.710.96
HSV240°99°
CMYK 0.060.060.00   0.01
XYZ82.779985.6012104.2552
Yxy85.60120.30360.3140
Hunter Lab92.5209-2.2049-2.0450
CIE-Lab94.14162.7432-7.2261

#ededfc color RGB value is (237,237,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 11111100
Octal 355 355 374
Decimal 237 237 252
Hex ED ED FC

RGB Percentages of Color #ededfc

%32.64
%32.64
%34.71

CMYK Percentages of Color #ededfc

%6
%6
%0
%1

Triadic Colors of #ededfc

#ededfc #fceded #edfced

Analogous Colors of #ededfc

#ededfc #f5edfc #edf5fc

Monochromatic Colors of #ededfc

#ededfc

Complementary Color

#ededfc #fcfced

#ededfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededfc Color CSS Codes

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

#ededfc Text Font Color

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

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


#ededfc Background Color

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

This div background color is #ededfc


#ededfc Border Color

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

This div border color is #ededfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededfc

Related Colors


Comments

No comments written yet.

Please login to write comment.