Color Hex Logo

#6ceaaa Color Hex

#6CEAAA
(108,234,170)
0 Favorites   0 Comments

Color spaces of #6ceaaa

RGB 108234170
HSL0.420.750.67
HSV150°54°92°
CMYK 0.540.000.27   0.08
XYZ42.862964.936148.3050
Yxy64.93610.27460.4160
Hunter Lab80.5829-46.074120.8670
CIE-Lab84.4508-49.549120.6545

#6ceaaa color RGB value is (108,234,170).

#6ceaaa hex color red value is 108, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6ceaaa hue: 0.42 , saturation: 0.75 and the lightness value of 6ceaaa is 0.67.

The process color (four color CMYK) of #6ceaaa color hex is 0.54, 0.00, 0.27, 0.08. Web safe color of #6ceaaa is #66ff99. Color #6ceaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101010 10101010
Octal 154 352 252
Decimal 108 234 170
Hex 6C EA AA

RGB Percentages of Color #6ceaaa

%21.09
%45.70
%33.20

CMYK Percentages of Color #6ceaaa

%54
%0
%27
%8

Triadic Colors of #6ceaaa

#6ceaaa #aa6cea #eaaa6c

Analogous Colors of #6ceaaa

#6ceaaa #6ceae9 #6dea6c

Monochromatic Colors of #6ceaaa

#6ceaaa

Complementary Color

#6ceaaa #ea6cac

#6ceaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ceaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ceaaa Color CSS Codes

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

#6ceaaa Text Font Color

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

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


#6ceaaa Background Color

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

This div background color is #6ceaaa


#6ceaaa Border Color

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

This div border color is #6ceaaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,234,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ceaaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ceaaa;
  -webkit-box-shadow: 1px 1px 3px 2px #6ceaaa;
  box-shadow:         1px 1px 3px 2px #6ceaaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,234,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ceaaa


Comments

No comments written yet.

Please login to write comment.