Color Hex Logo

#2abefa Color Hex

#2ABEFA
(42,190,250)
0 Favorites   0 Comments

Color spaces of #2abefa

RGB 42190250
HSL0.550.950.57
HSV197°83°98°
CMYK 0.830.240.00   0.02
XYZ36.623644.221397.0478
Yxy44.22130.20590.2486
Hunter Lab66.4991-18.0666-39.9776
CIE-Lab72.3762-17.0914-40.1012

#2abefa color RGB value is (42,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111110 11111010
Octal 52 276 372
Decimal 42 190 250
Hex 2A BE FA

RGB Percentages of Color #2abefa

%8.71
%39.42
%51.87

CMYK Percentages of Color #2abefa

%83
%24
%0
%2

Triadic Colors of #2abefa

#2abefa #fa2abe #befa2a

Analogous Colors of #2abefa

#2abefa #2a56fa #2aface

Monochromatic Colors of #2abefa

#2abefa

Complementary Color

#2abefa #fa662a

#2abefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abefa Color CSS Codes

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

#2abefa Text Font Color

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

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


#2abefa Background Color

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

This div background color is #2abefa


#2abefa Border Color

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

This div border color is #2abefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abefa


Comments

No comments written yet.

Please login to write comment.