Color Hex Logo

#2aeffd Color Hex

#2AEFFD
(42,239,253)
0 Favorites   0 Comments

Color spaces of #2aeffd

RGB 42239253
HSL0.510.980.58
HSV184°83°99°
CMYK 0.830.060.00   0.01
XYZ49.551069.3171103.6964
Yxy69.31710.22260.3114
Hunter Lab83.2569-39.4639-15.5658
CIE-Lab86.6608-40.0881-19.7711

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

#2aeffd hex color red value is 42, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #2aeffd hue: 0.51 , saturation: 0.98 and the lightness value of 2aeffd is 0.58.

The process color (four color CMYK) of #2aeffd color hex is 0.83, 0.06, 0.00, 0.01. Web safe color of #2aeffd is #33ffff. Color #2aeffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11101111 11111101
Octal 52 357 375
Decimal 42 239 253
Hex 2A EF FD

RGB Percentages of Color #2aeffd

%7.87
%44.76
%47.38

CMYK Percentages of Color #2aeffd

%83
%6
%0
%1

Triadic Colors of #2aeffd

#2aeffd #fd2aef #effd2a

Analogous Colors of #2aeffd

#2aeffd #2a86fd #2afda2

Monochromatic Colors of #2aeffd

#2aeffd

Complementary Color

#2aeffd #fd382a

#2aeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aeffd Color CSS Codes

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

#2aeffd Text Font Color

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

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


#2aeffd Background Color

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

This div background color is #2aeffd


#2aeffd Border Color

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

This div border color is #2aeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aeffd


Comments

No comments written yet.

Please login to write comment.