Color Hex Logo

#2aebfd Color Hex

#2AEBFD
(42,235,253)
0 Favorites   0 Comments

Color spaces of #2aebfd

RGB 42235253
HSL0.510.980.58
HSV185°83°99°
CMYK 0.830.070.00   0.01
XYZ48.392867.0008103.3104
Yxy67.00080.22130.3064
Hunter Lab81.8540-37.7138-17.5339
CIE-Lab85.5043-38.2634-21.5206

#2aebfd color RGB value is (42,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11101011 11111101
Octal 52 353 375
Decimal 42 235 253
Hex 2A EB FD

RGB Percentages of Color #2aebfd

%7.92
%44.34
%47.74

CMYK Percentages of Color #2aebfd

%83
%7
%0
%1

Triadic Colors of #2aebfd

#2aebfd #fd2aeb #ebfd2a

Analogous Colors of #2aebfd

#2aebfd #2a82fd #2afda6

Monochromatic Colors of #2aebfd

#2aebfd

Complementary Color

#2aebfd #fd3c2a

#2aebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aebfd Color CSS Codes

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

#2aebfd Text Font Color

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

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


#2aebfd Background Color

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

This div background color is #2aebfd


#2aebfd Border Color

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

This div border color is #2aebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aebfd


Comments

No comments written yet.

Please login to write comment.