Color Hex Logo

#2abcbc Color Hex

#2ABCBC
(42,188,188)
0 Favorites   0 Comments

Color spaces of #2abcbc

RGB 42188188
HSL0.500.630.45
HSV180°78°74°
CMYK 0.780.000.00   0.26
XYZ28.015240.089553.8385
Yxy40.08950.22970.3288
Hunter Lab63.3163-31.8236-6.0935
CIE-Lab69.5332-35.9249-10.6808

#2abcbc color RGB value is (42,188,188).

#2abcbc hex color red value is 42, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2abcbc hue: 0.50 , saturation: 0.63 and the lightness value of 2abcbc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111100 10111100
Octal 52 274 274
Decimal 42 188 188
Hex 2A BC BC

RGB Percentages of Color #2abcbc

%10.05
%44.98
%44.98

CMYK Percentages of Color #2abcbc

%78
%0
%0
%26

Triadic Colors of #2abcbc

#2abcbc #bc2abc #bcbc2a

Analogous Colors of #2abcbc

#2abcbc #2a73bc #2abc73

Monochromatic Colors of #2abcbc

#2abcbc

Complementary Color

#2abcbc #bc2a2a

#2abcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abcbc Color CSS Codes

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

#2abcbc Text Font Color

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

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


#2abcbc Background Color

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

This div background color is #2abcbc


#2abcbc Border Color

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

This div border color is #2abcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abcbc


Comments

No comments written yet.

Please login to write comment.