Color Hex Logo

#6adbce Color Hex

#6ADBCE
(106,219,206)
0 Favorites   0 Comments

Color spaces of #6adbce

RGB 106219206
HSL0.480.610.64
HSV173°52°86°
CMYK 0.520.000.06   0.14
XYZ42.416058.183467.3875
Yxy58.18340.25250.3464
Hunter Lab76.2780-34.22791.0151
CIE-Lab80.8406-35.3253-3.4727

#6adbce color RGB value is (106,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 11001110
Octal 152 333 316
Decimal 106 219 206
Hex 6A DB CE

RGB Percentages of Color #6adbce

%19.96
%41.24
%38.79

CMYK Percentages of Color #6adbce

%52
%0
%6
%14

Triadic Colors of #6adbce

#6adbce #ce6adb #dbce6a

Analogous Colors of #6adbce

#6adbce #6ab0db #6adb96

Monochromatic Colors of #6adbce

#6adbce

Complementary Color

#6adbce #db6a77

#6adbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbce Color CSS Codes

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

#6adbce Text Font Color

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

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


#6adbce Background Color

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

This div background color is #6adbce


#6adbce Border Color

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

This div border color is #6adbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbce


Comments

No comments written yet.

Please login to write comment.