Color Hex Logo

#2abeef Color Hex

#2ABEEF
(42,190,239)
0 Favorites   0 Comments

Color spaces of #2abeef

RGB 42190239
HSL0.540.860.55
HSV195°82°94°
CMYK 0.820.210.00   0.06
XYZ34.948343.551188.2256
Yxy43.55110.20960.2612
Hunter Lab65.9933-20.9593-33.0688
CIE-Lab71.9274-20.7918-34.8563

#2abeef color RGB value is (42,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111110 11101111
Octal 52 276 357
Decimal 42 190 239
Hex 2A BE EF

RGB Percentages of Color #2abeef

%8.92
%40.34
%50.74

CMYK Percentages of Color #2abeef

%82
%21
%0
%6

Triadic Colors of #2abeef

#2abeef #ef2abe #beef2a

Analogous Colors of #2abeef

#2abeef #2a5cef #2aefbe

Monochromatic Colors of #2abeef

#2abeef

Complementary Color

#2abeef #ef5b2a

#2abeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abeef Color CSS Codes

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

#2abeef Text Font Color

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

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


#2abeef Background Color

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

This div background color is #2abeef


#2abeef Border Color

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

This div border color is #2abeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abeef


Comments

No comments written yet.

Please login to write comment.