Color Hex Logo

#eaedfb Color Hex

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

Color spaces of #eaedfb

RGB 234237251
HSL0.640.680.95
HSV229°98°
CMYK 0.070.060.00   0.02
XYZ81.628585.0258103.3761
Yxy85.02580.30230.3149
Hunter Lab92.2094-3.3492-1.9235
CIE-Lab93.89421.5851-7.0969

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

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

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

Base Numbers

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

RGB Percentages of Color #eaedfb

%32.41
%32.83
%34.76

CMYK Percentages of Color #eaedfb

%7
%6
%0
%2

Triadic Colors of #eaedfb

#eaedfb #fbeaed #edfbea

Analogous Colors of #eaedfb

#eaedfb #f0eafb #eaf6fb

Monochromatic Colors of #eaedfb

#eaedfb

Complementary Color

#eaedfb #fbf8ea

#eaedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaedfb Color CSS Codes

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

#eaedfb Text Font Color

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

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


#eaedfb Background Color

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

This div background color is #eaedfb


#eaedfb Border Color

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

This div border color is #eaedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaedfb


Comments

No comments written yet.

Please login to write comment.