Color Hex Logo

#6aeccd Color Hex

#6AECCD
(106,236,205)
0 Favorites   0 Comments

Color spaces of #6aeccd

RGB 106236205
HSL0.460.770.67
HSV166°55°93°
CMYK 0.550.000.13   0.07
XYZ46.958867.462968.3043
Yxy67.46290.25700.3692
Hunter Lab82.1358-41.68548.1894
CIE-Lab85.7372-43.25024.2002

#6aeccd color RGB value is (106,236,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101100 11001101
Octal 152 354 315
Decimal 106 236 205
Hex 6A EC CD

RGB Percentages of Color #6aeccd

%19.38
%43.14
%37.48

CMYK Percentages of Color #6aeccd

%55
%0
%13
%7

Triadic Colors of #6aeccd

#6aeccd #cd6aec #eccd6a

Analogous Colors of #6aeccd

#6aeccd #6acaec #6aec8c

Monochromatic Colors of #6aeccd

#6aeccd

Complementary Color

#6aeccd #ec6a89

#6aeccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeccd Color CSS Codes

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

#6aeccd Text Font Color

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

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


#6aeccd Background Color

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

This div background color is #6aeccd


#6aeccd Border Color

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

This div border color is #6aeccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeccd


Comments

No comments written yet.

Please login to write comment.