Color Hex Logo

#6bdccd Color Hex

#6BDCCD
(107,220,205)
0 Favorites   0 Comments

Color spaces of #6bdccd

RGB 107220205
HSL0.480.620.64
HSV172°51°86°
CMYK 0.510.000.07   0.14
XYZ42.676058.720066.8424
Yxy58.72000.25370.3490
Hunter Lab76.6290-34.69101.9224
CIE-Lab81.1374-35.8255-2.5001

#6bdccd color RGB value is (107,220,205).

#6bdccd hex color red value is 107, green value is 220 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6bdccd hue: 0.48 , saturation: 0.62 and the lightness value of 6bdccd is 0.64.

The process color (four color CMYK) of #6bdccd color hex is 0.51, 0.00, 0.07, 0.14. Web safe color of #6bdccd is #66cccc. Color #6bdccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011100 11001101
Octal 153 334 315
Decimal 107 220 205
Hex 6B DC CD

RGB Percentages of Color #6bdccd

%20.11
%41.35
%38.53

CMYK Percentages of Color #6bdccd

%51
%0
%7
%14

Triadic Colors of #6bdccd

#6bdccd #cd6bdc #dccd6b

Analogous Colors of #6bdccd

#6bdccd #6bb3dc #6bdc95

Monochromatic Colors of #6bdccd

#6bdccd

Complementary Color

#6bdccd #dc6b7a

#6bdccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdccd Color CSS Codes

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

#6bdccd Text Font Color

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

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


#6bdccd Background Color

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

This div background color is #6bdccd


#6bdccd Border Color

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

This div border color is #6bdccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdccd


Comments

No comments written yet.

Please login to write comment.