Color Hex Logo

#6ae1dd Color Hex

#6AE1DD
(106,225,221)
0 Favorites   0 Comments

Color spaces of #6ae1dd

RGB 106225221
HSL0.490.660.65
HSV178°53°88°
CMYK 0.530.000.02   0.12
XYZ45.920262.135177.9796
Yxy62.13510.24680.3340
Hunter Lab78.8258-33.9595-3.4754
CIE-Lab82.9852-34.3241-8.2743

#6ae1dd color RGB value is (106,225,221).

#6ae1dd hex color red value is 106, green value is 225 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6ae1dd hue: 0.49 , saturation: 0.66 and the lightness value of 6ae1dd is 0.65.

The process color (four color CMYK) of #6ae1dd color hex is 0.53, 0.00, 0.02, 0.12. Web safe color of #6ae1dd is #66cccc. Color #6ae1dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100001 11011101
Octal 152 341 335
Decimal 106 225 221
Hex 6A E1 DD

RGB Percentages of Color #6ae1dd

%19.20
%40.76
%40.04

CMYK Percentages of Color #6ae1dd

%53
%0
%2
%12

Triadic Colors of #6ae1dd

#6ae1dd #dd6ae1 #e1dd6a

Analogous Colors of #6ae1dd

#6ae1dd #6aaae1 #6ae1a2

Monochromatic Colors of #6ae1dd

#6ae1dd

Complementary Color

#6ae1dd #e16a6e

#6ae1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae1dd Color CSS Codes

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

#6ae1dd Text Font Color

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

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


#6ae1dd Background Color

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

This div background color is #6ae1dd


#6ae1dd Border Color

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

This div border color is #6ae1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae1dd


Comments

No comments written yet.

Please login to write comment.