Color Hex Logo

#6adcce Color Hex

#6ADCCE
(106,220,206)
0 Favorites   0 Comments

Color spaces of #6adcce

RGB 106220206
HSL0.480.620.64
HSV173°52°86°
CMYK 0.520.000.06   0.14
XYZ42.677658.706867.4747
Yxy58.70680.25270.3477
Hunter Lab76.6204-34.66101.4213
CIE-Lab81.1302-35.7893-3.0470

#6adcce color RGB value is (106,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 11001110
Octal 152 334 316
Decimal 106 220 206
Hex 6A DC CE

RGB Percentages of Color #6adcce

%19.92
%41.35
%38.72

CMYK Percentages of Color #6adcce

%52
%0
%6
%14

Triadic Colors of #6adcce

#6adcce #ce6adc #dcce6a

Analogous Colors of #6adcce

#6adcce #6ab1dc #6adc95

Monochromatic Colors of #6adcce

#6adcce

Complementary Color

#6adcce #dc6a78

#6adcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adcce Color CSS Codes

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

#6adcce Text Font Color

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

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


#6adcce Background Color

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

This div background color is #6adcce


#6adcce Border Color

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

This div border color is #6adcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adcce


Comments

No comments written yet.

Please login to write comment.