Color Hex Logo

#e6eafc Color Hex

#E6EAFC
(230,234,252)
0 Favorites   0 Comments

Color spaces of #e6eafc

RGB 230234252
HSL0.640.790.95
HSV229°99°
CMYK 0.090.070.00   0.01
XYZ79.626682.6969103.8608
Yxy82.69690.29910.3107
Hunter Lab90.9378-2.8438-4.0591
CIE-Lab92.88162.0326-9.1496

#e6eafc color RGB value is (230,234,252).

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

The process color (four color CMYK) of #e6eafc color hex is 0.09, 0.07, 0.00, 0.01. Web safe color of #e6eafc is #ffffff. Color #e6eafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101010 11111100
Octal 346 352 374
Decimal 230 234 252
Hex E6 EA FC

RGB Percentages of Color #e6eafc

%32.12
%32.68
%35.20

CMYK Percentages of Color #e6eafc

%9
%7
%0
%1

Triadic Colors of #e6eafc

#e6eafc #fce6ea #eafce6

Analogous Colors of #e6eafc

#e6eafc #ede6fc #e6f5fc

Monochromatic Colors of #e6eafc

#e6eafc

Complementary Color

#e6eafc #fcf8e6

#e6eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6eafc Color CSS Codes

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

#e6eafc Text Font Color

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

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


#e6eafc Background Color

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

This div background color is #e6eafc


#e6eafc Border Color

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

This div border color is #e6eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6eafc

Related Colors


Comments

No comments written yet.

Please login to write comment.