Color Hex Logo

#e3edfb Color Hex

#E3EDFB
(227,237,251)
0 Favorites   0 Comments

Color spaces of #e3edfb

RGB 227237251
HSL0.600.750.94
HSV215°10°98°
CMYK 0.100.060.00   0.02
XYZ79.375383.8643103.2707
Yxy83.86430.29780.3147
Hunter Lab91.5775-5.5446-2.7563
CIE-Lab93.3915-0.6619-7.8968

#e3edfb color RGB value is (227,237,251).

#e3edfb hex color red value is 227, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e3edfb hue: 0.60 , saturation: 0.75 and the lightness value of e3edfb is 0.94.

The process color (four color CMYK) of #e3edfb color hex is 0.10, 0.06, 0.00, 0.02. Web safe color of #e3edfb is #ccffff. Color #e3edfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11101101 11111011
Octal 343 355 373
Decimal 227 237 251
Hex E3 ED FB

RGB Percentages of Color #e3edfb

%31.75
%33.15
%35.10

CMYK Percentages of Color #e3edfb

%10
%6
%0
%2

Triadic Colors of #e3edfb

#e3edfb #fbe3ed #edfbe3

Analogous Colors of #e3edfb

#e3edfb #e5e3fb #e3f9fb

Monochromatic Colors of #e3edfb

#e3edfb

Complementary Color

#e3edfb #fbf1e3

#e3edfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3edfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3edfb Color CSS Codes

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

#e3edfb Text Font Color

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

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


#e3edfb Background Color

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

This div background color is #e3edfb


#e3edfb Border Color

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

This div border color is #e3edfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3edfb


Comments

No comments written yet.

Please login to write comment.