Color Hex Logo

#6aeece Color Hex

#6AEECE
(106,238,206)
0 Favorites   0 Comments

Color spaces of #6aeece

RGB 106238206
HSL0.460.800.67
HSV165°55°93°
CMYK 0.550.000.13   0.07
XYZ47.659068.669569.1352
Yxy68.66950.25700.3703
Hunter Lab82.8671-42.35748.5419
CIE-Lab86.3401-43.89424.5483

#6aeece color RGB value is (106,238,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 11001110
Octal 152 356 316
Decimal 106 238 206
Hex 6A EE CE

RGB Percentages of Color #6aeece

%19.27
%43.27
%37.45

CMYK Percentages of Color #6aeece

%55
%0
%13
%7

Triadic Colors of #6aeece

#6aeece #ce6aee #eece6a

Analogous Colors of #6aeece

#6aeece #6accee #6aee8c

Monochromatic Colors of #6aeece

#6aeece

Complementary Color

#6aeece #ee6a8a

#6aeece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeece Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeece Color CSS Codes

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

#6aeece Text Font Color

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

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


#6aeece Background Color

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

This div background color is #6aeece


#6aeece Border Color

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

This div border color is #6aeece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeece


Comments

No comments written yet.

Please login to write comment.