Color Hex Logo

#e3e0ef Color Hex

#E3E0EF
(227,224,239)
0 Favorites   0 Comments

Color spaces of #e3e0ef

RGB 227224239
HSL0.700.320.91
HSV252°94°
CMYK 0.050.060.00   0.06
XYZ73.914275.874292.4108
Yxy75.87420.30520.3133
Hunter Lab87.1058-0.9678-1.9269
CIE-Lab89.80093.7590-6.9429

#e3e0ef color RGB value is (227,224,239).

#e3e0ef hex color red value is 227, green value is 224 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e3e0ef hue: 0.70 , saturation: 0.32 and the lightness value of e3e0ef is 0.91.

The process color (four color CMYK) of #e3e0ef color hex is 0.05, 0.06, 0.00, 0.06. Web safe color of #e3e0ef is #ccccff. Color #e3e0ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11100000 11101111
Octal 343 340 357
Decimal 227 224 239
Hex E3 E0 EF

RGB Percentages of Color #e3e0ef

%32.90
%32.46
%34.64

CMYK Percentages of Color #e3e0ef

%5
%6
%0
%6

Triadic Colors of #e3e0ef

#e3e0ef #efe3e0 #e0efe3

Analogous Colors of #e3e0ef

#e3e0ef #ebe0ef #e0e5ef

Monochromatic Colors of #e3e0ef

#e3e0ef

Complementary Color

#e3e0ef #ecefe0

#e3e0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3e0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3e0ef Color CSS Codes

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

#e3e0ef Text Font Color

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

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


#e3e0ef Background Color

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

This div background color is #e3e0ef


#e3e0ef Border Color

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

This div border color is #e3e0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3e0ef


Comments

No comments written yet.

Please login to write comment.