Color Hex Logo

#2adafd Color Hex

#2ADAFD
(42,218,253)
0 Favorites   0 Comments

Color spaces of #2adafd

RGB 42218253
HSL0.530.980.58
HSV190°83°99°
CMYK 0.830.140.00   0.01
XYZ43.755957.7269101.7647
Yxy57.72690.21530.2840
Hunter Lab75.9782-30.1636-26.2279
CIE-Lab80.5867-30.2491-29.0142

#2adafd color RGB value is (42,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011010 11111101
Octal 52 332 375
Decimal 42 218 253
Hex 2A DA FD

RGB Percentages of Color #2adafd

%8.19
%42.50
%49.32

CMYK Percentages of Color #2adafd

%83
%14
%0
%1

Triadic Colors of #2adafd

#2adafd #fd2ada #dafd2a

Analogous Colors of #2adafd

#2adafd #2a71fd #2afdb7

Monochromatic Colors of #2adafd

#2adafd

Complementary Color

#2adafd #fd4d2a

#2adafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2adafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2adafd Color CSS Codes

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

#2adafd Text Font Color

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

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


#2adafd Background Color

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

This div background color is #2adafd


#2adafd Border Color

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

This div border color is #2adafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2adafd


Comments

No comments written yet.

Please login to write comment.