Color Hex Logo

#6cdac0 Color Hex

#6CDAC0
(108,218,192)
0 Favorites   0 Comments

Color spaces of #6cdac0

RGB 108218192
HSL0.460.600.64
HSV166°50°85°
CMYK 0.500.000.12   0.15
XYZ40.770257.136758.7488
Yxy57.13670.26030.3647
Hunter Lab75.5888-36.00326.8311
CIE-Lab80.2564-37.81433.1386

#6cdac0 color RGB value is (108,218,192).

#6cdac0 hex color red value is 108, green value is 218 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #6cdac0 hue: 0.46 , saturation: 0.60 and the lightness value of 6cdac0 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011010 11000000
Octal 154 332 300
Decimal 108 218 192
Hex 6C DA C0

RGB Percentages of Color #6cdac0

%20.85
%42.08
%37.07

CMYK Percentages of Color #6cdac0

%50
%0
%12
%15

Triadic Colors of #6cdac0

#6cdac0 #c06cda #dac06c

Analogous Colors of #6cdac0

#6cdac0 #6cbdda #6cda89

Monochromatic Colors of #6cdac0

#6cdac0

Complementary Color

#6cdac0 #da6c86

#6cdac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdac0 Color CSS Codes

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

#6cdac0 Text Font Color

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

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


#6cdac0 Background Color

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

This div background color is #6cdac0


#6cdac0 Border Color

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

This div border color is #6cdac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdac0


Comments

No comments written yet.

Please login to write comment.