Color Hex Logo

#2abfe6 Color Hex

#2ABFE6
(42,191,230)
0 Favorites   0 Comments

Color spaces of #2abfe6

RGB 42191230
HSL0.530.790.53
HSV192°82°90°
CMYK 0.820.170.00   0.10
XYZ33.868643.467081.4678
Yxy43.46700.21330.2737
Hunter Lab65.9295-23.6795-27.1128
CIE-Lab71.8708-24.2751-30.0663

#2abfe6 color RGB value is (42,191,230).

#2abfe6 hex color red value is 42, green value is 191 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #2abfe6 hue: 0.53 , saturation: 0.79 and the lightness value of 2abfe6 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111111 11100110
Octal 52 277 346
Decimal 42 191 230
Hex 2A BF E6

RGB Percentages of Color #2abfe6

%9.07
%41.25
%49.68

CMYK Percentages of Color #2abfe6

%82
%17
%0
%10

Triadic Colors of #2abfe6

#2abfe6 #e62abf #bfe62a

Analogous Colors of #2abfe6

#2abfe6 #2a61e6 #2ae6af

Monochromatic Colors of #2abfe6

#2abfe6

Complementary Color

#2abfe6 #e6512a

#2abfe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abfe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abfe6 Color CSS Codes

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

#2abfe6 Text Font Color

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

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


#2abfe6 Background Color

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

This div background color is #2abfe6


#2abfe6 Border Color

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

This div border color is #2abfe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abfe6


Comments

No comments written yet.

Please login to write comment.