Color Hex Logo

#6ae4dd Color Hex

#6AE4DD
(106,228,221)
0 Favorites   0 Comments

Color spaces of #6ae4dd

RGB 106228221
HSL0.490.690.65
HSV177°54°89°
CMYK 0.540.000.03   0.11
XYZ46.738463.771478.2524
Yxy63.77140.24760.3378
Hunter Lab79.8570-35.2779-2.1988
CIE-Lab83.8466-35.7205-6.9975

#6ae4dd color RGB value is (106,228,221).

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

The process color (four color CMYK) of #6ae4dd color hex is 0.54, 0.00, 0.03, 0.11. Web safe color of #6ae4dd is #66cccc. Color #6ae4dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100100 11011101
Octal 152 344 335
Decimal 106 228 221
Hex 6A E4 DD

RGB Percentages of Color #6ae4dd

%19.10
%41.08
%39.82

CMYK Percentages of Color #6ae4dd

%54
%0
%3
%11

Triadic Colors of #6ae4dd

#6ae4dd #dd6ae4 #e4dd6a

Analogous Colors of #6ae4dd

#6ae4dd #6aaee4 #6ae4a0

Monochromatic Colors of #6ae4dd

#6ae4dd

Complementary Color

#6ae4dd #e46a71

#6ae4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae4dd Color CSS Codes

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

#6ae4dd Text Font Color

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

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


#6ae4dd Background Color

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

This div background color is #6ae4dd


#6ae4dd Border Color

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

This div border color is #6ae4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae4dd


Comments

No comments written yet.

Please login to write comment.