Color Hex Logo

#2aefef Color Hex

#2AEFEF
(42,239,239)
0 Favorites   0 Comments

Color spaces of #2aefef

RGB 42239239
HSL0.500.860.55
HSV180°82°94°
CMYK 0.820.000.00   0.06
XYZ47.401368.457292.3766
Yxy68.45720.22760.3287
Hunter Lab82.7389-42.5299-8.2791
CIE-Lab86.2346-44.1564-13.0684

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

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

The process color (four color CMYK) of #2aefef color hex is 0.82, 0.00, 0.00, 0.06. Web safe color of #2aefef is #33ffff. Color #2aefef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11101111 11101111
Octal 52 357 357
Decimal 42 239 239
Hex 2A EF EF

RGB Percentages of Color #2aefef

%8.08
%45.96
%45.96

CMYK Percentages of Color #2aefef

%82
%0
%0
%6

Triadic Colors of #2aefef

#2aefef #ef2aef #efef2a

Analogous Colors of #2aefef

#2aefef #2a8def #2aef8d

Monochromatic Colors of #2aefef

#2aefef

Complementary Color

#2aefef #ef2a2a

#2aefef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aefef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aefef Color CSS Codes

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

#2aefef Text Font Color

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

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


#2aefef Background Color

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

This div background color is #2aefef


#2aefef Border Color

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

This div border color is #2aefef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aefef


Comments

No comments written yet.

Please login to write comment.