Color Hex Logo

#6ce1cd Color Hex

#6CE1CD
(108,225,205)
0 Favorites   0 Comments

Color spaces of #6ce1cd

RGB 108225205
HSL0.470.660.65
HSV170°52°88°
CMYK 0.520.000.09   0.12
XYZ44.129061.446467.2921
Yxy61.44640.25530.3555
Hunter Lab78.3878-36.69063.9738
CIE-Lab82.6181-37.9110-0.3276

#6ce1cd color RGB value is (108,225,205).

#6ce1cd hex color red value is 108, green value is 225 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6ce1cd hue: 0.47 , saturation: 0.66 and the lightness value of 6ce1cd is 0.65.

The process color (four color CMYK) of #6ce1cd color hex is 0.52, 0.00, 0.09, 0.12. Web safe color of #6ce1cd is #66cccc. Color #6ce1cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11100001 11001101
Octal 154 341 315
Decimal 108 225 205
Hex 6C E1 CD

RGB Percentages of Color #6ce1cd

%20.07
%41.82
%38.10

CMYK Percentages of Color #6ce1cd

%52
%0
%9
%12

Triadic Colors of #6ce1cd

#6ce1cd #cd6ce1 #e1cd6c

Analogous Colors of #6ce1cd

#6ce1cd #6cbbe1 #6ce193

Monochromatic Colors of #6ce1cd

#6ce1cd

Complementary Color

#6ce1cd #e16c80

#6ce1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ce1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ce1cd Color CSS Codes

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

#6ce1cd Text Font Color

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

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


#6ce1cd Background Color

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

This div background color is #6ce1cd


#6ce1cd Border Color

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

This div border color is #6ce1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ce1cd


Comments

No comments written yet.

Please login to write comment.