Color Hex Logo

#6bd3ce Color Hex

#6BD3CE
(107,211,206)
0 Favorites   0 Comments

Color spaces of #6bd3ce

RGB 107211206
HSL0.490.540.62
HSV177°49°83°
CMYK 0.490.000.02   0.17
XYZ40.498254.170666.7140
Yxy54.17060.25090.3357
Hunter Lab73.6007-30.5830-2.2219
CIE-Lab78.5611-31.3474-6.8332

#6bd3ce color RGB value is (107,211,206).

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

The process color (four color CMYK) of #6bd3ce color hex is 0.49, 0.00, 0.02, 0.17. Web safe color of #6bd3ce is #66cccc. Color #6bd3ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11010011 11001110
Octal 153 323 316
Decimal 107 211 206
Hex 6B D3 CE

RGB Percentages of Color #6bd3ce

%20.42
%40.27
%39.31

CMYK Percentages of Color #6bd3ce

%49
%0
%2
%17

Triadic Colors of #6bd3ce

#6bd3ce #ce6bd3 #d3ce6b

Analogous Colors of #6bd3ce

#6bd3ce #6ba4d3 #6bd39a

Monochromatic Colors of #6bd3ce

#6bd3ce

Complementary Color

#6bd3ce #d36b70

#6bd3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bd3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bd3ce Color CSS Codes

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

#6bd3ce Text Font Color

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

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


#6bd3ce Background Color

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

This div background color is #6bd3ce


#6bd3ce Border Color

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

This div border color is #6bd3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bd3ce


Comments

No comments written yet.

Please login to write comment.