Color Hex Logo

#6edaef Color Hex

#6EDAEF
(110,218,239)
0 Favorites   0 Comments

Color spaces of #6edaef

RGB 110218239
HSL0.530.800.68
HSV190°54°94°
CMYK 0.540.090.00   0.06
XYZ47.081859.689890.7012
Yxy59.68980.23840.3023
Hunter Lab77.2592-26.4255-15.5242
CIE-Lab81.6693-25.3714-19.7879

#6edaef color RGB value is (110,218,239).

#6edaef hex color red value is 110, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6edaef hue: 0.53 , saturation: 0.80 and the lightness value of 6edaef is 0.68.

The process color (four color CMYK) of #6edaef color hex is 0.54, 0.09, 0.00, 0.06. Web safe color of #6edaef is #66ccff. Color #6edaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011010 11101111
Octal 156 332 357
Decimal 110 218 239
Hex 6E DA EF

RGB Percentages of Color #6edaef

%19.40
%38.45
%42.15

CMYK Percentages of Color #6edaef

%54
%9
%0
%6

Triadic Colors of #6edaef

#6edaef #ef6eda #daef6e

Analogous Colors of #6edaef

#6edaef #6e9aef #6eefc4

Monochromatic Colors of #6edaef

#6edaef

Complementary Color

#6edaef #ef836e

#6edaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edaef Color CSS Codes

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

#6edaef Text Font Color

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

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


#6edaef Background Color

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

This div background color is #6edaef


#6edaef Border Color

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

This div border color is #6edaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edaef


Comments

No comments written yet.

Please login to write comment.