Color Hex Logo

#6aeadb Color Hex

#6AEADB
(106,234,219)
0 Favorites   0 Comments

Color spaces of #6aeadb

RGB 106234219
HSL0.480.750.67
HSV173°55°92°
CMYK 0.550.000.06   0.08
XYZ48.152967.024377.4169
Yxy67.02430.25000.3480
Hunter Lab81.8684-38.28051.2417
CIE-Lab85.5162-38.9754-3.4790

#6aeadb color RGB value is (106,234,219).

#6aeadb hex color red value is 106, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6aeadb hue: 0.48 , saturation: 0.75 and the lightness value of 6aeadb is 0.67.

The process color (four color CMYK) of #6aeadb color hex is 0.55, 0.00, 0.06, 0.08. Web safe color of #6aeadb is #66ffcc. Color #6aeadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101010 11011011
Octal 152 352 333
Decimal 106 234 219
Hex 6A EA DB

RGB Percentages of Color #6aeadb

%18.96
%41.86
%39.18

CMYK Percentages of Color #6aeadb

%55
%0
%6
%8

Triadic Colors of #6aeadb

#6aeadb #db6aea #eadb6a

Analogous Colors of #6aeadb

#6aeadb #6ab9ea #6aea9b

Monochromatic Colors of #6aeadb

#6aeadb

Complementary Color

#6aeadb #ea6a79

#6aeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeadb Color CSS Codes

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

#6aeadb Text Font Color

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

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


#6aeadb Background Color

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

This div background color is #6aeadb


#6aeadb Border Color

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

This div border color is #6aeadb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,234,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6aeadb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6aeadb;
  -webkit-box-shadow: 1px 1px 3px 2px #6aeadb;
  box-shadow:         1px 1px 3px 2px #6aeadb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeadb


Comments

No comments written yet.

Please login to write comment.