Color Hex Logo

#2abffb Color Hex

#2ABFFB
(42,191,251)
0 Favorites   0 Comments

Color spaces of #2abffb

RGB 42191251
HSL0.550.960.57
HSV197°83°98°
CMYK 0.830.240.00   0.02
XYZ36.998244.718997.9484
Yxy44.71890.20590.2489
Hunter Lab66.8722-18.2681-40.0322
CIE-Lab72.7064-17.2786-40.1254

#2abffb color RGB value is (42,191,251).

#2abffb hex color red value is 42, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #2abffb hue: 0.55 , saturation: 0.96 and the lightness value of 2abffb is 0.57.

The process color (four color CMYK) of #2abffb color hex is 0.83, 0.24, 0.00, 0.02. Web safe color of #2abffb is #33ccff. Color #2abffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111111 11111011
Octal 52 277 373
Decimal 42 191 251
Hex 2A BF FB

RGB Percentages of Color #2abffb

%8.68
%39.46
%51.86

CMYK Percentages of Color #2abffb

%83
%24
%0
%2

Triadic Colors of #2abffb

#2abffb #fb2abf #bffb2a

Analogous Colors of #2abffb

#2abffb #2a57fb #2afbcf

Monochromatic Colors of #2abffb

#2abffb

Complementary Color

#2abffb #fb662a

#2abffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abffb Color CSS Codes

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

#2abffb Text Font Color

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

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


#2abffb Background Color

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

This div background color is #2abffb


#2abffb Border Color

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

This div border color is #2abffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abffb

Related Colors


Comments

No comments written yet.

Please login to write comment.