Color Hex Logo

#6cdbde Color Hex

#6CDBDE
(108,219,222)
0 Favorites   0 Comments

Color spaces of #6cdbde

RGB 108219222
HSL0.500.630.65
HSV182°51°87°
CMYK 0.510.010.00   0.13
XYZ44.700759.125178.1636
Yxy59.12510.24560.3249
Hunter Lab76.8928-30.7937-6.4448
CIE-Lab81.3603-30.8245-11.2165

#6cdbde color RGB value is (108,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011011 11011110
Octal 154 333 336
Decimal 108 219 222
Hex 6C DB DE

RGB Percentages of Color #6cdbde

%19.67
%39.89
%40.44

CMYK Percentages of Color #6cdbde

%51
%1
%0
%13

Triadic Colors of #6cdbde

#6cdbde #de6cdb #dbde6c

Analogous Colors of #6cdbde

#6cdbde #6ca2de #6cdea8

Monochromatic Colors of #6cdbde

#6cdbde

Complementary Color

#6cdbde #de6f6c

#6cdbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdbde Color CSS Codes

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

#6cdbde Text Font Color

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

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


#6cdbde Background Color

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

This div background color is #6cdbde


#6cdbde Border Color

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

This div border color is #6cdbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdbde


Comments

No comments written yet.

Please login to write comment.