Color Hex Logo

#edeafc Color Hex

#EDEAFC
(237,234,252)
0 Favorites   0 Comments

Color spaces of #edeafc

RGB 237234252
HSL0.690.750.95
HSV250°99°
CMYK 0.060.070.00   0.01
XYZ81.918683.8784103.9680
Yxy83.87840.30370.3109
Hunter Lab91.5852-0.6142-3.1967
CIE-Lab93.39774.2879-8.3275

#edeafc color RGB value is (237,234,252).

#edeafc hex color red value is 237, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #edeafc hue: 0.69 , saturation: 0.75 and the lightness value of edeafc is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11111100
Octal 355 352 374
Decimal 237 234 252
Hex ED EA FC

RGB Percentages of Color #edeafc

%32.78
%32.37
%34.85

CMYK Percentages of Color #edeafc

%6
%7
%0
%1

Triadic Colors of #edeafc

#edeafc #fcedea #eafced

Analogous Colors of #edeafc

#edeafc #f6eafc #eaf0fc

Monochromatic Colors of #edeafc

#edeafc

Complementary Color

#edeafc #f9fcea

#edeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeafc Color CSS Codes

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

#edeafc Text Font Color

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

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


#edeafc Background Color

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

This div background color is #edeafc


#edeafc Border Color

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

This div border color is #edeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeafc

#edeafc Color Palettes


Comments

No comments written yet.

Please login to write comment.