Color Hex Logo

#6adcdb Color Hex

#6ADCDB
(106,220,219)
0 Favorites   0 Comments

Color spaces of #6adcdb

RGB 106220219
HSL0.500.620.64
HSV179°52°86°
CMYK 0.520.000.00   0.14
XYZ44.323259.365076.1404
Yxy59.36500.24650.3301
Hunter Lab77.0487-32.1509-4.6570
CIE-Lab81.4918-32.4890-9.4311

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 11011011
Octal 152 334 333
Decimal 106 220 219
Hex 6A DC DB

RGB Percentages of Color #6adcdb

%19.45
%40.37
%40.18

CMYK Percentages of Color #6adcdb

%52
%0
%0
%14

Triadic Colors of #6adcdb

#6adcdb #db6adc #dcdb6a

Analogous Colors of #6adcdb

#6adcdb #6aa4dc #6adca2

Monochromatic Colors of #6adcdb

#6adcdb

Complementary Color

#6adcdb #dc6a6b

#6adcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adcdb Color CSS Codes

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

#6adcdb Text Font Color

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

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


#6adcdb Background Color

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

This div background color is #6adcdb


#6adcdb Border Color

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

This div border color is #6adcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adcdb


Comments

No comments written yet.

Please login to write comment.