Color Hex Logo

#2ac6cc Color Hex

#2AC6CC
(42,198,204)
0 Favorites   0 Comments

Color spaces of #2ac6cc

RGB 42198204
HSL0.510.660.48
HSV182°79°80°
CMYK 0.790.030.00   0.20
XYZ32.048045.240064.1698
Yxy45.24000.22660.3198
Hunter Lab67.2607-32.6555-9.4829
CIE-Lab73.0496-35.8254-14.1483

#2ac6cc color RGB value is (42,198,204).

#2ac6cc hex color red value is 42, green value is 198 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2ac6cc hue: 0.51 , saturation: 0.66 and the lightness value of 2ac6cc is 0.48.

The process color (four color CMYK) of #2ac6cc color hex is 0.79, 0.03, 0.00, 0.20. Web safe color of #2ac6cc is #33cccc. Color #2ac6cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11000110 11001100
Octal 52 306 314
Decimal 42 198 204
Hex 2A C6 CC

RGB Percentages of Color #2ac6cc

%9.46
%44.59
%45.95

CMYK Percentages of Color #2ac6cc

%79
%3
%0
%20

Triadic Colors of #2ac6cc

#2ac6cc #cc2ac6 #c6cc2a

Analogous Colors of #2ac6cc

#2ac6cc #2a75cc #2acc81

Monochromatic Colors of #2ac6cc

#2ac6cc

Complementary Color

#2ac6cc #cc302a

#2ac6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ac6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ac6cc Color CSS Codes

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

#2ac6cc Text Font Color

<p style="color:#2ac6cc">Text here</p>

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


#2ac6cc Background Color

<div style="background-color:#2ac6cc">
Div content here</div>

This div background color is #2ac6cc


#2ac6cc Border Color

<div style="border:3px solid #2ac6cc">
Div here</div>

This div border color is #2ac6cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,198,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ac6cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ac6cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2ac6cc;
  box-shadow:         1px 1px 3px 2px #2ac6cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,198,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 #2ac6cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ac6cc


Comments

No comments written yet.

Please login to write comment.