color codes Logo

#2abaef color codes

#2ABAEF
(42,186,239)
0 Favorites   0 Comments

Color spaces of #2abaef

RGB 42186239
HSL0.540.860.55
HSV196°82°94°
CMYK 0.820.220.00   0.06
XYZ34.093741.842087.9407
Yxy41.84200.20800.2553
Hunter Lab64.6854-19.1175-35.3258
CIE-Lab70.7618-18.7116-36.6650

#2abaef color RGB value is (42,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111010 11101111
Octal 52 272 357
Decimal 42 186 239
Hex 2A BA EF

RGB Percentages of Color #2abaef

%8.99
%39.83
%51.18

CMYK Percentages of Color #2abaef

%82
%22
%0
%6

Triadic Colors of #2abaef

#2abaef #ef2aba #baef2a

Analogous Colors of #2abaef

#2abaef #2a58ef #2aefc2

Monochromatic Colors of #2abaef

#2abaef

Complementary Color

#2abaef #ef5f2a

#2abaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abaef Color CSS Codes

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

#2abaef Text Font Color

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

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


#2abaef Background Color

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

This div background color is #2abaef


#2abaef Border Color

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

This div border color is #2abaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abaef


Comments

No comments written yet.

Please login to write comment.