Color Hex Logo

#e3f2fd Color Hex

#E3F2FD
(227,242,253)
3 Favorites   0 Comments

Color spaces of #e3f2fd

RGB 227242253
HSL0.570.870.94
HSV205°10°99°
CMYK 0.100.040.00   0.01
XYZ81.160386.9270105.4295
Yxy86.92700.29670.3178
Hunter Lab93.2347-7.7773-1.7807
CIE-Lab94.7073-2.8298-6.9881

#e3f2fd color RGB value is (227,242,253).

#e3f2fd hex color red value is 227, green value is 242 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e3f2fd hue: 0.57 , saturation: 0.87 and the lightness value of e3f2fd is 0.94.

The process color (four color CMYK) of #e3f2fd color hex is 0.10, 0.04, 0.00, 0.01. Web safe color of #e3f2fd is #ccffff. Color #e3f2fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11110010 11111101
Octal 343 362 375
Decimal 227 242 253
Hex E3 F2 FD

RGB Percentages of Color #e3f2fd

%31.44
%33.52
%35.04

CMYK Percentages of Color #e3f2fd

%10
%4
%0
%1

Triadic Colors of #e3f2fd

#e3f2fd #fde3f2 #f2fde3

Analogous Colors of #e3f2fd

#e3f2fd #e3e5fd #e3fdfb

Monochromatic Colors of #e3f2fd

#e3f2fd

Complementary Color

#e3f2fd #fdeee3

#e3f2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3f2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3f2fd Color CSS Codes

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

#e3f2fd Text Font Color

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

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


#e3f2fd Background Color

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

This div background color is #e3f2fd


#e3f2fd Border Color

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

This div border color is #e3f2fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,242,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3f2fd

Related Colors

#e3f2fd Color Palettes


Comments

No comments written yet.

Please login to write comment.