Color Hex Logo

#2abae8 Color Hex

#2ABAE8
(42,186,232)
0 Favorites   0 Comments

Color spaces of #2abae8

RGB 42186232
HSL0.540.810.54
HSV195°82°91°
CMYK 0.820.200.00   0.09
XYZ33.079241.436282.5985
Yxy41.43620.21050.2637
Hunter Lab64.3710-20.9209-31.0191
CIE-Lab70.4805-21.0580-33.2996

#2abae8 color RGB value is (42,186,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111010 11101000
Octal 52 272 350
Decimal 42 186 232
Hex 2A BA E8

RGB Percentages of Color #2abae8

%9.13
%40.43
%50.43

CMYK Percentages of Color #2abae8

%82
%20
%0
%9

Triadic Colors of #2abae8

#2abae8 #e82aba #bae82a

Analogous Colors of #2abae8

#2abae8 #2a5be8 #2ae8b7

Monochromatic Colors of #2abae8

#2abae8

Complementary Color

#2abae8 #e8582a

#2abae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abae8 Color CSS Codes

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

#2abae8 Text Font Color

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

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


#2abae8 Background Color

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

This div background color is #2abae8


#2abae8 Border Color

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

This div border color is #2abae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abae8


Comments

No comments written yet.

Please login to write comment.