Color Hex Logo

#6acdcc Color Hex

#6ACDCC
(106,205,204)
0 Favorites   0 Comments

Color spaces of #6acdcc

RGB 106205204
HSL0.500.500.61
HSV179°48°80°
CMYK 0.480.000.00   0.20
XYZ38.674351.086464.9491
Yxy51.08640.25000.3302
Hunter Lab71.4748-28.4962-3.8445
CIE-Lab76.7313-29.1956-8.4766

#6acdcc color RGB value is (106,205,204).

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

The process color (four color CMYK) of #6acdcc color hex is 0.48, 0.00, 0.00, 0.20. Web safe color of #6acdcc is #66cccc. Color #6acdcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001101 11001100
Octal 152 315 314
Decimal 106 205 204
Hex 6A CD CC

RGB Percentages of Color #6acdcc

%20.58
%39.81
%39.61

CMYK Percentages of Color #6acdcc

%48
%0
%0
%20

Triadic Colors of #6acdcc

#6acdcc #cc6acd #cdcc6a

Analogous Colors of #6acdcc

#6acdcc #6a9dcd #6acd9b

Monochromatic Colors of #6acdcc

#6acdcc

Complementary Color

#6acdcc #cd6a6b

#6acdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acdcc Color CSS Codes

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

#6acdcc Text Font Color

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

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


#6acdcc Background Color

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

This div background color is #6acdcc


#6acdcc Border Color

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

This div border color is #6acdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acdcc


Comments

No comments written yet.

Please login to write comment.