Color Hex Logo

#2abaee Color Hex

#2ABAEE
(42,186,238)
0 Favorites   0 Comments

Color spaces of #2abaee

RGB 42186238
HSL0.540.850.55
HSV196°82°93°
CMYK 0.820.220.00   0.07
XYZ33.946441.783187.1647
Yxy41.78310.20840.2565
Hunter Lab64.6398-19.3783-34.7027
CIE-Lab70.7211-19.0484-36.1858

#2abaee color RGB value is (42,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111010 11101110
Octal 52 272 356
Decimal 42 186 238
Hex 2A BA EE

RGB Percentages of Color #2abaee

%9.01
%39.91
%51.07

CMYK Percentages of Color #2abaee

%82
%22
%0
%7

Triadic Colors of #2abaee

#2abaee #ee2aba #baee2a

Analogous Colors of #2abaee

#2abaee #2a58ee #2aeec0

Monochromatic Colors of #2abaee

#2abaee

Complementary Color

#2abaee #ee5e2a

#2abaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abaee Color CSS Codes

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

#2abaee Text Font Color

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

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


#2abaee Background Color

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

This div background color is #2abaee


#2abaee Border Color

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

This div border color is #2abaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abaee


Comments

No comments written yet.

Please login to write comment.