Color Hex Logo

#6aeecd Color Hex

#6AEECD
(106,238,205)
0 Favorites   0 Comments

Color spaces of #6aeecd

RGB 106238205
HSL0.460.800.67
HSV165°55°93°
CMYK 0.550.000.14   0.07
XYZ47.537868.621068.4973
Yxy68.62100.25740.3716
Hunter Lab82.8378-42.53108.9605
CIE-Lab86.3160-44.12735.0371

#6aeecd color RGB value is (106,238,205).

#6aeecd hex color red value is 106, green value is 238 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6aeecd hue: 0.46 , saturation: 0.80 and the lightness value of 6aeecd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 11001101
Octal 152 356 315
Decimal 106 238 205
Hex 6A EE CD

RGB Percentages of Color #6aeecd

%19.31
%43.35
%37.34

CMYK Percentages of Color #6aeecd

%55
%0
%14
%7

Triadic Colors of #6aeecd

#6aeecd #cd6aee #eecd6a

Analogous Colors of #6aeecd

#6aeecd #6acdee #6aee8b

Monochromatic Colors of #6aeecd

#6aeecd

Complementary Color

#6aeecd #ee6a8b

#6aeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeecd Color CSS Codes

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

#6aeecd Text Font Color

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

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


#6aeecd Background Color

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

This div background color is #6aeecd


#6aeecd Border Color

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

This div border color is #6aeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeecd


Comments

No comments written yet.

Please login to write comment.