Color Hex Logo

#6ceacd Color Hex

#6CEACD
(108,234,205)
0 Favorites   0 Comments

Color spaces of #6ceacd

RGB 108234205
HSL0.460.750.67
HSV166°54°92°
CMYK 0.540.000.12   0.08
XYZ46.626666.441668.1246
Yxy66.44160.25730.3667
Hunter Lab81.5117-40.53937.5057
CIE-Lab85.2212-41.96033.4608

#6ceacd color RGB value is (108,234,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101010 11001101
Octal 154 352 315
Decimal 108 234 205
Hex 6C EA CD

RGB Percentages of Color #6ceacd

%19.74
%42.78
%37.48

CMYK Percentages of Color #6ceacd

%54
%0
%12
%8

Triadic Colors of #6ceacd

#6ceacd #cd6cea #eacd6c

Analogous Colors of #6ceacd

#6ceacd #6cc8ea #6cea8e

Monochromatic Colors of #6ceacd

#6ceacd

Complementary Color

#6ceacd #ea6c89

#6ceacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ceacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ceacd Color CSS Codes

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

#6ceacd Text Font Color

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

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


#6ceacd Background Color

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

This div background color is #6ceacd


#6ceacd Border Color

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

This div border color is #6ceacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ceacd


Comments

No comments written yet.

Please login to write comment.