Color Hex Logo

#6adbcb Color Hex

#6ADBCB
(106,219,203)
0 Favorites   0 Comments

Color spaces of #6adbcb

RGB 106219203
HSL0.480.610.64
HSV172°52°86°
CMYK 0.520.000.07   0.14
XYZ42.054958.039065.4860
Yxy58.03900.25400.3505
Hunter Lab76.1833-34.78482.3636
CIE-Lab80.7605-36.0671-1.9925

#6adbcb color RGB value is (106,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 11001011
Octal 152 333 313
Decimal 106 219 203
Hex 6A DB CB

RGB Percentages of Color #6adbcb

%20.08
%41.48
%38.45

CMYK Percentages of Color #6adbcb

%52
%0
%7
%14

Triadic Colors of #6adbcb

#6adbcb #cb6adb #dbcb6a

Analogous Colors of #6adbcb

#6adbcb #6ab3db #6adb93

Monochromatic Colors of #6adbcb

#6adbcb

Complementary Color

#6adbcb #db6a7a

#6adbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbcb Color CSS Codes

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

#6adbcb Text Font Color

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

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


#6adbcb Background Color

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

This div background color is #6adbcb


#6adbcb Border Color

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

This div border color is #6adbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbcb


Comments

No comments written yet.

Please login to write comment.