Color Hex Logo

#2ab2fb Color Hex

#2AB2FB
(42,178,251)
0 Favorites   0 Comments

Color spaces of #2ab2fb

RGB 42178251
HSL0.560.960.57
HSV201°83°98°
CMYK 0.830.290.00   0.02
XYZ34.287839.298197.0449
Yxy39.29810.20090.2303
Hunter Lab62.6882-12.0724-47.9026
CIE-Lab68.9667-10.3008-45.9778

#2ab2fb color RGB value is (42,178,251).

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

The process color (four color CMYK) of #2ab2fb color hex is 0.83, 0.29, 0.00, 0.02. Web safe color of #2ab2fb is #3399ff. Color #2ab2fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110010 11111011
Octal 52 262 373
Decimal 42 178 251
Hex 2A B2 FB

RGB Percentages of Color #2ab2fb

%8.92
%37.79
%53.29

CMYK Percentages of Color #2ab2fb

%83
%29
%0
%2

Triadic Colors of #2ab2fb

#2ab2fb #fb2ab2 #b2fb2a

Analogous Colors of #2ab2fb

#2ab2fb #2a49fb #2afbdc

Monochromatic Colors of #2ab2fb

#2ab2fb

Complementary Color

#2ab2fb #fb732a

#2ab2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab2fb Color CSS Codes

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

#2ab2fb Text Font Color

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

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


#2ab2fb Background Color

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

This div background color is #2ab2fb


#2ab2fb Border Color

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

This div border color is #2ab2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab2fb


Comments

No comments written yet.

Please login to write comment.