Color Hex Logo

#6bdcce Color Hex

#6BDCCE
(107,220,206)
0 Favorites   0 Comments

Color spaces of #6bdcce

RGB 107220206
HSL0.480.620.64
HSV173°51°86°
CMYK 0.510.000.06   0.14
XYZ42.797258.768467.4803
Yxy58.76840.25320.3476
Hunter Lab76.6606-34.50501.4725
CIE-Lab81.1641-35.5784-2.9932

#6bdcce color RGB value is (107,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011100 11001110
Octal 153 334 316
Decimal 107 220 206
Hex 6B DC CE

RGB Percentages of Color #6bdcce

%20.08
%41.28
%38.65

CMYK Percentages of Color #6bdcce

%51
%0
%6
%14

Triadic Colors of #6bdcce

#6bdcce #ce6bdc #dcce6b

Analogous Colors of #6bdcce

#6bdcce #6bb2dc #6bdc96

Monochromatic Colors of #6bdcce

#6bdcce

Complementary Color

#6bdcce #dc6b79

#6bdcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdcce Color CSS Codes

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

#6bdcce Text Font Color

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

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


#6bdcce Background Color

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

This div background color is #6bdcce


#6bdcce Border Color

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

This div border color is #6bdcce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,220,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdcce


Comments

No comments written yet.

Please login to write comment.