Color Hex Logo

#2abacc Color Hex

#2ABACC
(42,186,204)
0 Favorites   0 Comments

Color spaces of #2abacc

RGB 42186204
HSL0.520.660.48
HSV187°79°80°
CMYK 0.790.090.00   0.20
XYZ29.412839.969763.2914
Yxy39.96970.22170.3013
Hunter Lab63.2216-27.5936-15.1003
CIE-Lab69.4479-30.1134-19.5895

#2abacc color RGB value is (42,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111010 11001100
Octal 52 272 314
Decimal 42 186 204
Hex 2A BA CC

RGB Percentages of Color #2abacc

%9.72
%43.06
%47.22

CMYK Percentages of Color #2abacc

%79
%9
%0
%20

Triadic Colors of #2abacc

#2abacc #cc2aba #bacc2a

Analogous Colors of #2abacc

#2abacc #2a69cc #2acc8d

Monochromatic Colors of #2abacc

#2abacc

Complementary Color

#2abacc #cc3c2a

#2abacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abacc Color CSS Codes

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

#2abacc Text Font Color

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

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


#2abacc Background Color

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

This div background color is #2abacc


#2abacc Border Color

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

This div border color is #2abacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abacc


Comments

No comments written yet.

Please login to write comment.