Color Hex Logo

#edeafb Color Hex

#EDEAFB
(237,234,251)
0 Favorites   0 Comments

Color spaces of #edeafb

RGB 237234251
HSL0.700.680.95
HSV251°98°
CMYK 0.060.070.00   0.02
XYZ81.760583.8152103.1355
Yxy83.81520.30430.3119
Hunter Lab91.5506-0.8019-2.7071
CIE-Lab93.37024.1000-7.8479

#edeafb color RGB value is (237,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11111011
Octal 355 352 373
Decimal 237 234 251
Hex ED EA FB

RGB Percentages of Color #edeafb

%32.83
%32.41
%34.76

CMYK Percentages of Color #edeafb

%6
%7
%0
%2

Triadic Colors of #edeafb

#edeafb #fbedea #eafbed

Analogous Colors of #edeafb

#edeafb #f6eafb #eaf0fb

Monochromatic Colors of #edeafb

#edeafb

Complementary Color

#edeafb #f8fbea

#edeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeafb Color CSS Codes

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

#edeafb Text Font Color

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

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


#edeafb Background Color

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

This div background color is #edeafb


#edeafb Border Color

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

This div border color is #edeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeafb


Comments

No comments written yet.

Please login to write comment.