Color Hex Logo

#6dc1cb Color Hex

#6DC1CB
(109,193,203)
0 Favorites   0 Comments

Color spaces of #6dc1cb

RGB 109193203
HSL0.520.470.61
HSV186°46°80°
CMYK 0.460.050.00   0.20
XYZ36.156145.702963.4158
Yxy45.70290.24890.3146
Hunter Lab67.6039-22.8410-8.2942
CIE-Lab73.3523-22.8538-12.9671

#6dc1cb color RGB value is (109,193,203).

#6dc1cb hex color red value is 109, green value is 193 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6dc1cb hue: 0.52 , saturation: 0.47 and the lightness value of 6dc1cb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11000001 11001011
Octal 155 301 313
Decimal 109 193 203
Hex 6D C1 CB

RGB Percentages of Color #6dc1cb

%21.58
%38.22
%40.20

CMYK Percentages of Color #6dc1cb

%46
%5
%0
%20

Triadic Colors of #6dc1cb

#6dc1cb #cb6dc1 #c1cb6d

Analogous Colors of #6dc1cb

#6dc1cb #6d92cb #6dcba6

Monochromatic Colors of #6dc1cb

#6dc1cb

Complementary Color

#6dc1cb #cb776d

#6dc1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dc1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dc1cb Color CSS Codes

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

#6dc1cb Text Font Color

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

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


#6dc1cb Background Color

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

This div background color is #6dc1cb


#6dc1cb Border Color

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

This div border color is #6dc1cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,193,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dc1cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dc1cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6dc1cb;
  box-shadow:         1px 1px 3px 2px #6dc1cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,193,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dc1cb


Comments

No comments written yet.

Please login to write comment.