Color Hex Logo

#2aadfb Color Hex

#2AADFB
(42,173,251)
0 Favorites   0 Comments

Color spaces of #2aadfb

RGB 42173251
HSL0.560.960.57
HSV202°83°98°
CMYK 0.830.310.00   0.02
XYZ33.311037.344496.7193
Yxy37.34440.19900.2231
Hunter Lab61.1101-9.6425-51.0616
CIE-Lab67.5346-7.5408-48.2313

#2aadfb color RGB value is (42,173,251).

#2aadfb hex color red value is 42, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #2aadfb hue: 0.56 , saturation: 0.96 and the lightness value of 2aadfb is 0.57.

The process color (four color CMYK) of #2aadfb color hex is 0.83, 0.31, 0.00, 0.02. Web safe color of #2aadfb is #3399ff. Color #2aadfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101101 11111011
Octal 52 255 373
Decimal 42 173 251
Hex 2A AD FB

RGB Percentages of Color #2aadfb

%9.01
%37.12
%53.86

CMYK Percentages of Color #2aadfb

%83
%31
%0
%2

Triadic Colors of #2aadfb

#2aadfb #fb2aad #adfb2a

Analogous Colors of #2aadfb

#2aadfb #2a45fb #2afbe1

Monochromatic Colors of #2aadfb

#2aadfb

Complementary Color

#2aadfb #fb782a

#2aadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aadfb Color CSS Codes

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

#2aadfb Text Font Color

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

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


#2aadfb Background Color

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

This div background color is #2aadfb


#2aadfb Border Color

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

This div border color is #2aadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aadfb


Comments

No comments written yet.

Please login to write comment.