Color Hex Logo

#6cddde Color Hex

#6CDDDE
(108,221,222)
0 Favorites   0 Comments

Color spaces of #6cddde

RGB 108221222
HSL0.500.630.65
HSV181°51°87°
CMYK 0.510.000.00   0.13
XYZ45.225660.175078.3385
Yxy60.17500.24610.3275
Hunter Lab77.5725-31.6846-5.5746
CIE-Lab81.9332-31.7779-10.3622

#6cddde color RGB value is (108,221,222).

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

The process color (four color CMYK) of #6cddde color hex is 0.51, 0.00, 0.00, 0.13. Web safe color of #6cddde is #66cccc. Color #6cddde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011101 11011110
Octal 154 335 336
Decimal 108 221 222
Hex 6C DD DE

RGB Percentages of Color #6cddde

%19.60
%40.11
%40.29

CMYK Percentages of Color #6cddde

%51
%0
%0
%13

Triadic Colors of #6cddde

#6cddde #de6cdd #ddde6c

Analogous Colors of #6cddde

#6cddde #6ca4de #6cdea6

Monochromatic Colors of #6cddde

#6cddde

Complementary Color

#6cddde #de6d6c

#6cddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cddde Color CSS Codes

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

#6cddde Text Font Color

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

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


#6cddde Background Color

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

This div background color is #6cddde


#6cddde Border Color

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

This div border color is #6cddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cddde


Comments

No comments written yet.

Please login to write comment.