Color Hex Logo

#2aedfd Color Hex

#2AEDFD
(42,237,253)
0 Favorites   0 Comments

Color spaces of #2aedfd

RGB 42237253
HSL0.510.980.58
HSV185°83°99°
CMYK 0.830.060.00   0.01
XYZ48.968768.1525103.5023
Yxy68.15250.22200.3089
Hunter Lab82.5545-38.5899-16.5464
CIE-Lab86.0826-39.1785-20.6451

#2aedfd color RGB value is (42,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11101101 11111101
Octal 52 355 375
Decimal 42 237 253
Hex 2A ED FD

RGB Percentages of Color #2aedfd

%7.89
%44.55
%47.56

CMYK Percentages of Color #2aedfd

%83
%6
%0
%1

Triadic Colors of #2aedfd

#2aedfd #fd2aed #edfd2a

Analogous Colors of #2aedfd

#2aedfd #2a84fd #2afda4

Monochromatic Colors of #2aedfd

#2aedfd

Complementary Color

#2aedfd #fd3a2a

#2aedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aedfd Color CSS Codes

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

#2aedfd Text Font Color

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

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


#2aedfd Background Color

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

This div background color is #2aedfd


#2aedfd Border Color

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

This div border color is #2aedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aedfd


Comments

No comments written yet.

Please login to write comment.