Color Hex Logo

#e6faff Color Hex

#E6FAFF
(230,250,255)
1 Favorites   0 Comments

Color spaces of #e6faff

RGB 230250255
HSL0.531.000.95
HSV192°10°100°
CMYK 0.100.020.00   0.00
XYZ84.868792.4142107.9724
Yxy92.41420.29750.3240
Hunter Lab96.1323-10.64600.7002
CIE-Lab96.9894-5.5489-4.6317

#e6faff color RGB value is (230,250,255).

#e6faff hex color red value is 230, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e6faff hue: 0.53 , saturation: 1.00 and the lightness value of e6faff is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111010 11111111
Octal 346 372 377
Decimal 230 250 255
Hex E6 FA FF

RGB Percentages of Color #e6faff

%31.29
%34.01
%34.69

CMYK Percentages of Color #e6faff

%10
%2
%0
%0

Triadic Colors of #e6faff

#e6faff #ffe6fa #faffe6

Analogous Colors of #e6faff

#e6faff #e6eeff #e6fff8

Monochromatic Colors of #e6faff

#e6faff

Complementary Color

#e6faff #ffebe6

#e6faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6faff Color CSS Codes

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

#e6faff Text Font Color

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

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


#e6faff Background Color

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

This div background color is #e6faff


#e6faff Border Color

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

This div border color is #e6faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6faff

Related Colors

#e6faff Color Palettes


Comments

No comments written yet.

Please login to write comment.