Color Hex Logo

#2adaeb Color Hex

#2ADAEB
(42,218,235)
0 Favorites   0 Comments

Color spaces of #2adaeb

RGB 42218235
HSL0.510.830.54
HSV185°82°92°
CMYK 0.820.070.00   0.08
XYZ41.021656.633287.3665
Yxy56.63320.22170.3061
Hunter Lab75.2550-34.3958-16.1535
CIE-Lab79.9728-35.8185-20.3777

#2adaeb color RGB value is (42,218,235).

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

The process color (four color CMYK) of #2adaeb color hex is 0.82, 0.07, 0.00, 0.08. Web safe color of #2adaeb is #33ccff. Color #2adaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011010 11101011
Octal 52 332 353
Decimal 42 218 235
Hex 2A DA EB

RGB Percentages of Color #2adaeb

%8.48
%44.04
%47.47

CMYK Percentages of Color #2adaeb

%82
%7
%0
%8

Triadic Colors of #2adaeb

#2adaeb #eb2ada #daeb2a

Analogous Colors of #2adaeb

#2adaeb #2a7aeb #2aeb9c

Monochromatic Colors of #2adaeb

#2adaeb

Complementary Color

#2adaeb #eb3b2a

#2adaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2adaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2adaeb Color CSS Codes

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

#2adaeb Text Font Color

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

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


#2adaeb Background Color

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

This div background color is #2adaeb


#2adaeb Border Color

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

This div border color is #2adaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2adaeb


Comments

No comments written yet.

Please login to write comment.