Color Hex Logo

#6ad2cc Color Hex

#6AD2CC
(106,210,204)
0 Favorites   0 Comments

Color spaces of #6ad2cc

RGB 106210204
HSL0.490.540.62
HSV177°50°82°
CMYK 0.500.000.03   0.18
XYZ39.889553.517065.3542
Yxy53.51700.25130.3371
Hunter Lab73.1553-30.6909-1.7587
CIE-Lab78.1793-31.5960-6.3295

#6ad2cc color RGB value is (106,210,204).

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

The process color (four color CMYK) of #6ad2cc color hex is 0.50, 0.00, 0.03, 0.18. Web safe color of #6ad2cc is #66cccc. Color #6ad2cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11010010 11001100
Octal 152 322 314
Decimal 106 210 204
Hex 6A D2 CC

RGB Percentages of Color #6ad2cc

%20.38
%40.38
%39.23

CMYK Percentages of Color #6ad2cc

%50
%0
%3
%18

Triadic Colors of #6ad2cc

#6ad2cc #cc6ad2 #d2cc6a

Analogous Colors of #6ad2cc

#6ad2cc #6aa4d2 #6ad298

Monochromatic Colors of #6ad2cc

#6ad2cc

Complementary Color

#6ad2cc #d26a70

#6ad2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ad2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ad2cc Color CSS Codes

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

#6ad2cc Text Font Color

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

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


#6ad2cc Background Color

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

This div background color is #6ad2cc


#6ad2cc Border Color

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

This div border color is #6ad2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ad2cc


Comments

No comments written yet.

Please login to write comment.