Color Hex Logo

#6adbcc Color Hex

#6ADBCC
(106,219,204)
0 Favorites   0 Comments

Color spaces of #6adbcc

RGB 106219204
HSL0.480.610.64
HSV172°52°86°
CMYK 0.520.000.07   0.14
XYZ42.174558.086866.1158
Yxy58.08680.25350.3491
Hunter Lab76.2147-34.60021.9166
CIE-Lab80.7870-35.8207-2.4862

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 11001100
Octal 152 333 314
Decimal 106 219 204
Hex 6A DB CC

RGB Percentages of Color #6adbcc

%20.04
%41.40
%38.56

CMYK Percentages of Color #6adbcc

%52
%0
%7
%14

Triadic Colors of #6adbcc

#6adbcc #cc6adb #dbcc6a

Analogous Colors of #6adbcc

#6adbcc #6ab2db #6adb94

Monochromatic Colors of #6adbcc

#6adbcc

Complementary Color

#6adbcc #db6a79

#6adbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbcc Color CSS Codes

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

#6adbcc Text Font Color

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

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


#6adbcc Background Color

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

This div background color is #6adbcc


#6adbcc Border Color

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

This div border color is #6adbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbcc


Comments

No comments written yet.

Please login to write comment.