Color Hex Logo

#6adbdb Color Hex

#6ADBDB
(106,219,219)
0 Favorites   0 Comments

Color spaces of #6adbdb

RGB 106219219
HSL0.500.610.64
HSV180°52°86°
CMYK 0.520.000.00   0.14
XYZ44.061658.841776.0531
Yxy58.84170.24620.3288
Hunter Lab76.7083-31.7084-5.0877
CIE-Lab81.2045-32.0149-9.8586

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 11011011
Octal 152 333 333
Decimal 106 219 219
Hex 6A DB DB

RGB Percentages of Color #6adbdb

%19.49
%40.26
%40.26

CMYK Percentages of Color #6adbdb

%52
%0
%0
%14

Triadic Colors of #6adbdb

#6adbdb #db6adb #dbdb6a

Analogous Colors of #6adbdb

#6adbdb #6aa3db #6adba3

Monochromatic Colors of #6adbdb

#6adbdb

Complementary Color

#6adbdb #db6a6a

#6adbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbdb Color CSS Codes

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

#6adbdb Text Font Color

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

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


#6adbdb Background Color

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

This div background color is #6adbdb


#6adbdb Border Color

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

This div border color is #6adbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbdb


Comments

No comments written yet.

Please login to write comment.