Color Hex Logo

#2abbfa Color Hex

#2ABBFA
(42,187,250)
0 Favorites   0 Comments

Color spaces of #2abbfa

RGB 42187250
HSL0.550.950.57
HSV198°83°98°
CMYK 0.830.250.00   0.02
XYZ35.980542.935096.8334
Yxy42.93500.20470.2443
Hunter Lab65.5248-16.6518-41.7522
CIE-Lab71.5108-15.5037-41.4513

#2abbfa color RGB value is (42,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111011 11111010
Octal 52 273 372
Decimal 42 187 250
Hex 2A BB FA

RGB Percentages of Color #2abbfa

%8.77
%39.04
%52.19

CMYK Percentages of Color #2abbfa

%83
%25
%0
%2

Triadic Colors of #2abbfa

#2abbfa #fa2abb #bbfa2a

Analogous Colors of #2abbfa

#2abbfa #2a53fa #2afad1

Monochromatic Colors of #2abbfa

#2abbfa

Complementary Color

#2abbfa #fa692a

#2abbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abbfa Color CSS Codes

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

#2abbfa Text Font Color

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

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


#2abbfa Background Color

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

This div background color is #2abbfa


#2abbfa Border Color

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

This div border color is #2abbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abbfa


Comments

No comments written yet.

Please login to write comment.