Color Hex Logo

#6cdead Color Hex

#6CDEAD
(108,222,173)
0 Favorites   0 Comments

Color spaces of #6cdead

RGB 108222173
HSL0.430.630.65
HSV154°51°87°
CMYK 0.510.000.22   0.13
XYZ39.848458.447848.7165
Yxy58.44780.27110.3976
Hunter Lab76.4512-40.750515.7348
CIE-Lab80.9871-43.827514.2507

#6cdead color RGB value is (108,222,173).

#6cdead hex color red value is 108, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6cdead hue: 0.43 , saturation: 0.63 and the lightness value of 6cdead is 0.65.

The process color (four color CMYK) of #6cdead color hex is 0.51, 0.00, 0.22, 0.13. Web safe color of #6cdead is #66cc99. Color #6cdead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011110 10101101
Octal 154 336 255
Decimal 108 222 173
Hex 6C DE AD

RGB Percentages of Color #6cdead

%21.47
%44.14
%34.39

CMYK Percentages of Color #6cdead

%51
%0
%22
%13

Triadic Colors of #6cdead

#6cdead #ad6cde #dead6c

Analogous Colors of #6cdead

#6cdead #6cd6de #6cde74

Monochromatic Colors of #6cdead

#6cdead

Complementary Color

#6cdead #de6c9d

#6cdead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdead Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdead Color CSS Codes

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

#6cdead Text Font Color

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

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


#6cdead Background Color

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

This div background color is #6cdead


#6cdead Border Color

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

This div border color is #6cdead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdead


Comments

No comments written yet.

Please login to write comment.