Color Hex Logo

#6ae0dc Color Hex

#6AE0DC
(106,224,220)
0 Favorites   0 Comments

Color spaces of #6ae0dc

RGB 106224220
HSL0.490.660.65
HSV178°53°88°
CMYK 0.530.000.02   0.12
XYZ45.517861.542877.1901
Yxy61.54280.24700.3340
Hunter Lab78.4492-33.7169-3.4239
CIE-Lab82.6697-34.1135-8.2124

#6ae0dc color RGB value is (106,224,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100000 11011100
Octal 152 340 334
Decimal 106 224 220
Hex 6A E0 DC

RGB Percentages of Color #6ae0dc

%19.27
%40.73
%40.00

CMYK Percentages of Color #6ae0dc

%53
%0
%2
%12

Triadic Colors of #6ae0dc

#6ae0dc #dc6ae0 #e0dc6a

Analogous Colors of #6ae0dc

#6ae0dc #6aa9e0 #6ae0a1

Monochromatic Colors of #6ae0dc

#6ae0dc

Complementary Color

#6ae0dc #e06a6e

#6ae0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae0dc Color CSS Codes

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

#6ae0dc Text Font Color

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

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


#6ae0dc Background Color

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

This div background color is #6ae0dc


#6ae0dc Border Color

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

This div border color is #6ae0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae0dc


Comments

No comments written yet.

Please login to write comment.