Color Hex Logo

#6adcdd Color Hex

#6ADCDD
(106,220,221)
0 Favorites   0 Comments

Color spaces of #6adcdd

RGB 106220221
HSL0.500.630.64
HSV181°52°87°
CMYK 0.520.000.00   0.13
XYZ44.588259.471077.5356
Yxy59.47100.24550.3275
Hunter Lab77.1174-31.7494-5.6293
CIE-Lab81.5498-31.9678-10.4089

#6adcdd color RGB value is (106,220,221).

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

The process color (four color CMYK) of #6adcdd color hex is 0.52, 0.00, 0.00, 0.13. Web safe color of #6adcdd is #66cccc. Color #6adcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 11011101
Octal 152 334 335
Decimal 106 220 221
Hex 6A DC DD

RGB Percentages of Color #6adcdd

%19.38
%40.22
%40.40

CMYK Percentages of Color #6adcdd

%52
%0
%0
%13

Triadic Colors of #6adcdd

#6adcdd #dd6adc #dcdd6a

Analogous Colors of #6adcdd

#6adcdd #6aa3dd #6adda5

Monochromatic Colors of #6adcdd

#6adcdd

Complementary Color

#6adcdd #dd6b6a

#6adcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adcdd Color CSS Codes

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

#6adcdd Text Font Color

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

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


#6adcdd Background Color

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

This div background color is #6adcdd


#6adcdd Border Color

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

This div border color is #6adcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adcdd


Comments

No comments written yet.

Please login to write comment.