Color Hex Logo

#6edad9 Color Hex

#6EDAD9
(110,218,217)
0 Favorites   0 Comments

Color spaces of #6edad9

RGB 110218217
HSL0.500.590.64
HSV179°50°85°
CMYK 0.500.000.00   0.15
XYZ44.026258.467674.6106
Yxy58.46760.24860.3301
Hunter Lab76.4641-31.0362-4.3279
CIE-Lab80.9981-31.2288-9.0854

#6edad9 color RGB value is (110,218,217).

#6edad9 hex color red value is 110, green value is 218 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #6edad9 hue: 0.50 , saturation: 0.59 and the lightness value of 6edad9 is 0.64.

The process color (four color CMYK) of #6edad9 color hex is 0.50, 0.00, 0.00, 0.15. Web safe color of #6edad9 is #66cccc. Color #6edad9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011010 11011001
Octal 156 332 331
Decimal 110 218 217
Hex 6E DA D9

RGB Percentages of Color #6edad9

%20.18
%40.00
%39.82

CMYK Percentages of Color #6edad9

%50
%0
%0
%15

Triadic Colors of #6edad9

#6edad9 #d96eda #dad96e

Analogous Colors of #6edad9

#6edad9 #6ea5da #6edaa3

Monochromatic Colors of #6edad9

#6edad9

Complementary Color

#6edad9 #da6e6f

#6edad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edad9 Color CSS Codes

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

#6edad9 Text Font Color

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

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


#6edad9 Background Color

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

This div background color is #6edad9


#6edad9 Border Color

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

This div border color is #6edad9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,218,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edad9


Comments

No comments written yet.

Please login to write comment.