Color Hex Logo

#6edaff Color Hex

#6EDAFF
(110,218,255)
0 Favorites   0 Comments

Color spaces of #6edaff

RGB 110218255
HSL0.541.000.72
HSV195°57°100°
CMYK 0.570.150.00   0.00
XYZ49.551860.6778103.7081
Yxy60.67780.23160.2836
Hunter Lab77.8960-22.7691-24.4096
CIE-Lab82.2052-20.8807-27.4606

#6edaff color RGB value is (110,218,255).

#6edaff hex color red value is 110, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6edaff hue: 0.54 , saturation: 1.00 and the lightness value of 6edaff is 0.72.

The process color (four color CMYK) of #6edaff color hex is 0.57, 0.15, 0.00, 0.00. Web safe color of #6edaff is #66ccff. Color #6edaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011010 11111111
Octal 156 332 377
Decimal 110 218 255
Hex 6E DA FF

RGB Percentages of Color #6edaff

%18.87
%37.39
%43.74

CMYK Percentages of Color #6edaff

%57
%15
%0
%0

Triadic Colors of #6edaff

#6edaff #ff6eda #daff6e

Analogous Colors of #6edaff

#6edaff #6e92ff #6effdc

Monochromatic Colors of #6edaff

#6edaff

Complementary Color

#6edaff #ff936e

#6edaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edaff Color CSS Codes

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

#6edaff Text Font Color

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

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


#6edaff Background Color

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

This div background color is #6edaff


#6edaff Border Color

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

This div border color is #6edaff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,218,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6edaff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6edaff;
  -webkit-box-shadow: 1px 1px 3px 2px #6edaff;
  box-shadow:         1px 1px 3px 2px #6edaff; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edaff

#6edaff Color Palettes


Comments

No comments written yet.

Please login to write comment.