Color Hex Logo

#6ae7ce Color Hex

#6AE7CE
(106,231,206)
0 Favorites   0 Comments

Color spaces of #6ae7ce

RGB 106231206
HSL0.470.720.66
HSV168°54°91°
CMYK 0.540.000.11   0.09
XYZ45.660464.672268.4690
Yxy64.67220.25540.3617
Hunter Lab80.4190-39.38445.8136
CIE-Lab84.3145-40.79531.6098

#6ae7ce color RGB value is (106,231,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100111 11001110
Octal 152 347 316
Decimal 106 231 206
Hex 6A E7 CE

RGB Percentages of Color #6ae7ce

%19.52
%42.54
%37.94

CMYK Percentages of Color #6ae7ce

%54
%0
%11
%9

Triadic Colors of #6ae7ce

#6ae7ce #ce6ae7 #e7ce6a

Analogous Colors of #6ae7ce

#6ae7ce #6ac2e7 #6ae790

Monochromatic Colors of #6ae7ce

#6ae7ce

Complementary Color

#6ae7ce #e76a83

#6ae7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae7ce Color CSS Codes

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

#6ae7ce Text Font Color

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

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


#6ae7ce Background Color

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

This div background color is #6ae7ce


#6ae7ce Border Color

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

This div border color is #6ae7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae7ce


Comments

No comments written yet.

Please login to write comment.