Color Hex Logo

#6ae0cd Color Hex

#6AE0CD
(106,224,205)
0 Favorites   0 Comments

Color spaces of #6ae0cd

RGB 106224205
HSL0.470.660.65
HSV170°53°88°
CMYK 0.530.000.08   0.12
XYZ43.619060.783367.1910
Yxy60.78330.25420.3542
Hunter Lab77.9636-36.56943.4770
CIE-Lab82.2621-37.8737-0.8560

#6ae0cd color RGB value is (106,224,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100000 11001101
Octal 152 340 315
Decimal 106 224 205
Hex 6A E0 CD

RGB Percentages of Color #6ae0cd

%19.81
%41.87
%38.32

CMYK Percentages of Color #6ae0cd

%53
%0
%8
%12

Triadic Colors of #6ae0cd

#6ae0cd #cd6ae0 #e0cd6a

Analogous Colors of #6ae0cd

#6ae0cd #6ab8e0 #6ae092

Monochromatic Colors of #6ae0cd

#6ae0cd

Complementary Color

#6ae0cd #e06a7d

#6ae0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae0cd Color CSS Codes

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

#6ae0cd Text Font Color

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

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


#6ae0cd Background Color

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

This div background color is #6ae0cd


#6ae0cd Border Color

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

This div border color is #6ae0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae0cd


Comments

No comments written yet.

Please login to write comment.