Color Hex Logo

#6adcda Color Hex

#6ADCDA
(106,220,218)
0 Favorites   0 Comments

Color spaces of #6adcda

RGB 106220218
HSL0.500.620.64
HSV179°52°86°
CMYK 0.520.000.01   0.14
XYZ44.191959.312575.4490
Yxy59.31250.24690.3314
Hunter Lab77.0146-32.3501-4.1745
CIE-Lab81.4631-32.7484-8.9417

#6adcda color RGB value is (106,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 11011010
Octal 152 334 332
Decimal 106 220 218
Hex 6A DC DA

RGB Percentages of Color #6adcda

%19.49
%40.44
%40.07

CMYK Percentages of Color #6adcda

%52
%0
%1
%14

Triadic Colors of #6adcda

#6adcda #da6adc #dcda6a

Analogous Colors of #6adcda

#6adcda #6aa5dc #6adca1

Monochromatic Colors of #6adcda

#6adcda

Complementary Color

#6adcda #dc6a6c

#6adcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adcda Color CSS Codes

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

#6adcda Text Font Color

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

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


#6adcda Background Color

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

This div background color is #6adcda


#6adcda Border Color

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

This div border color is #6adcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adcda


Comments

No comments written yet.

Please login to write comment.