Color Hex Logo

#2cc6be Color Hex

#2CC6BE
(44,198,190)
0 Favorites   0 Comments

Color spaces of #2cc6be

RGB 44198190
HSL0.490.640.47
HSV177°78°78°
CMYK 0.780.000.04   0.22
XYZ30.527144.641355.7229
Yxy44.64130.23320.3411
Hunter Lab66.8141-35.3689-2.6779
CIE-Lab72.6551-39.7193-7.1223

#2cc6be color RGB value is (44,198,190).

#2cc6be hex color red value is 44, green value is 198 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2cc6be hue: 0.49 , saturation: 0.64 and the lightness value of 2cc6be is 0.47.

The process color (four color CMYK) of #2cc6be color hex is 0.78, 0.00, 0.04, 0.22. Web safe color of #2cc6be is #33cccc. Color #2cc6be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11000110 10111110
Octal 54 306 276
Decimal 44 198 190
Hex 2C C6 BE

RGB Percentages of Color #2cc6be

%10.19
%45.83
%43.98

CMYK Percentages of Color #2cc6be

%78
%0
%4
%22

Triadic Colors of #2cc6be

#2cc6be #be2cc6 #c6be2c

Analogous Colors of #2cc6be

#2cc6be #2c81c6 #2cc671

Monochromatic Colors of #2cc6be

#2cc6be

Complementary Color

#2cc6be #c62c34

#2cc6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cc6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cc6be Color CSS Codes

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

#2cc6be Text Font Color

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

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


#2cc6be Background Color

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

This div background color is #2cc6be


#2cc6be Border Color

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

This div border color is #2cc6be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,198,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cc6be


Comments

No comments written yet.

Please login to write comment.