Color Hex Logo

#6bcccd Color Hex

#6BCCCD
(107,204,205)
0 Favorites   0 Comments

Color spaces of #6bcccd

RGB 107204205
HSL0.500.490.61
HSV181°48°80°
CMYK 0.480.000.00   0.20
XYZ38.675750.719365.5090
Yxy50.71930.24970.3274
Hunter Lab71.2175-27.6936-4.6853
CIE-Lab76.5087-28.2314-9.3429

#6bcccd color RGB value is (107,204,205).

#6bcccd hex color red value is 107, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6bcccd hue: 0.50 , saturation: 0.49 and the lightness value of 6bcccd is 0.61.

The process color (four color CMYK) of #6bcccd color hex is 0.48, 0.00, 0.00, 0.20. Web safe color of #6bcccd is #66cccc. Color #6bcccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001100 11001101
Octal 153 314 315
Decimal 107 204 205
Hex 6B CC CD

RGB Percentages of Color #6bcccd

%20.74
%39.53
%39.73

CMYK Percentages of Color #6bcccd

%48
%0
%0
%20

Triadic Colors of #6bcccd

#6bcccd #cd6bcc #cccd6b

Analogous Colors of #6bcccd

#6bcccd #6b9bcd #6bcd9d

Monochromatic Colors of #6bcccd

#6bcccd

Complementary Color

#6bcccd #cd6c6b

#6bcccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcccd Color CSS Codes

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

#6bcccd Text Font Color

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

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


#6bcccd Background Color

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

This div background color is #6bcccd


#6bcccd Border Color

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

This div border color is #6bcccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcccd


Comments

No comments written yet.

Please login to write comment.