Color Hex Logo

#2abecc Color Hex

#2ABECC
(42,190,204)
0 Favorites   0 Comments

Color spaces of #2abecc

RGB 42190204
HSL0.510.660.48
HSV185°79°80°
CMYK 0.790.070.00   0.20
XYZ30.267441.678863.5763
Yxy41.67880.22330.3075
Hunter Lab64.5591-29.2919-13.1960
CIE-Lab70.6489-32.0457-17.7689

#2abecc color RGB value is (42,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111110 11001100
Octal 52 276 314
Decimal 42 190 204
Hex 2A BE CC

RGB Percentages of Color #2abecc

%9.63
%43.58
%46.79

CMYK Percentages of Color #2abecc

%79
%7
%0
%20

Triadic Colors of #2abecc

#2abecc #cc2abe #becc2a

Analogous Colors of #2abecc

#2abecc #2a6dcc #2acc89

Monochromatic Colors of #2abecc

#2abecc

Complementary Color

#2abecc #cc382a

#2abecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abecc Color CSS Codes

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

#2abecc Text Font Color

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

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


#2abecc Background Color

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

This div background color is #2abecc


#2abecc Border Color

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

This div border color is #2abecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abecc


Comments

No comments written yet.

Please login to write comment.