Color Hex Logo

#6adccc Color Hex

#6ADCCC
(106,220,204)
0 Favorites   0 Comments

Color spaces of #6adccc

RGB 106220204
HSL0.480.620.64
HSV172°52°86°
CMYK 0.520.000.07   0.14
XYZ42.436158.610266.2030
Yxy58.61020.25370.3504
Hunter Lab76.5573-35.03182.3190
CIE-Lab81.0769-36.2831-2.0609

#6adccc color RGB value is (106,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 11001100
Octal 152 334 314
Decimal 106 220 204
Hex 6A DC CC

RGB Percentages of Color #6adccc

%20.00
%41.51
%38.49

CMYK Percentages of Color #6adccc

%52
%0
%7
%14

Triadic Colors of #6adccc

#6adccc #cc6adc #dccc6a

Analogous Colors of #6adccc

#6adccc #6ab3dc #6adc93

Monochromatic Colors of #6adccc

#6adccc

Complementary Color

#6adccc #dc6a7a

#6adccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adccc Color CSS Codes

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

#6adccc Text Font Color

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

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


#6adccc Background Color

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

This div background color is #6adccc


#6adccc Border Color

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

This div border color is #6adccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adccc


Comments

No comments written yet.

Please login to write comment.