Color Hex Logo

#2abbef Color Hex

#2ABBEF
(42,187,239)
0 Favorites   0 Comments

Color spaces of #2abbef

RGB 42187239
HSL0.540.860.55
HSV196°82°94°
CMYK 0.820.220.00   0.06
XYZ34.305242.264988.0112
Yxy42.26490.20840.2568
Hunter Lab65.0115-19.5793-34.7576
CIE-Lab71.0532-19.2342-36.2125

#2abbef color RGB value is (42,187,239).

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

The process color (four color CMYK) of #2abbef color hex is 0.82, 0.22, 0.00, 0.06. Web safe color of #2abbef is #33ccff. Color #2abbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111011 11101111
Octal 52 273 357
Decimal 42 187 239
Hex 2A BB EF

RGB Percentages of Color #2abbef

%8.97
%39.96
%51.07

CMYK Percentages of Color #2abbef

%82
%22
%0
%6

Triadic Colors of #2abbef

#2abbef #ef2abb #bbef2a

Analogous Colors of #2abbef

#2abbef #2a59ef #2aefc1

Monochromatic Colors of #2abbef

#2abbef

Complementary Color

#2abbef #ef5e2a

#2abbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abbef Color CSS Codes

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

#2abbef Text Font Color

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

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


#2abbef Background Color

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

This div background color is #2abbef


#2abbef Border Color

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

This div border color is #2abbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abbef


Comments

No comments written yet.

Please login to write comment.