Color Hex Logo

#6adecd Color Hex

#6ADECD
(106,222,205)
0 Favorites   0 Comments

Color spaces of #6adecd

RGB 106222205
HSL0.480.640.64
HSV171°52°87°
CMYK 0.520.000.08   0.13
XYZ43.084659.714567.0129
Yxy59.71450.25370.3517
Hunter Lab77.2752-35.70922.6764
CIE-Lab81.6828-36.9580-1.7043

#6adecd color RGB value is (106,222,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011110 11001101
Octal 152 336 315
Decimal 106 222 205
Hex 6A DE CD

RGB Percentages of Color #6adecd

%19.89
%41.65
%38.46

CMYK Percentages of Color #6adecd

%52
%0
%8
%13

Triadic Colors of #6adecd

#6adecd #cd6ade #decd6a

Analogous Colors of #6adecd

#6adecd #6ab5de #6ade93

Monochromatic Colors of #6adecd

#6adecd

Complementary Color

#6adecd #de6a7b

#6adecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adecd Color CSS Codes

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

#6adecd Text Font Color

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

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


#6adecd Background Color

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

This div background color is #6adecd


#6adecd Border Color

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

This div border color is #6adecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adecd


Comments

No comments written yet.

Please login to write comment.