Color Hex Logo

#3aadec Color Hex

#3AADEC
(58,173,236)
0 Favorites   0 Comments

Color spaces of #3aadec

RGB 58173236
HSL0.560.820.58
HSV201°75°93°
CMYK 0.750.270.00   0.07
XYZ31.828836.842884.7907
Yxy36.84280.20740.2401
Hunter Lab60.6983-12.6206-40.3347
CIE-Lab67.1589-11.2296-40.6260

#3aadec color RGB value is (58,173,236).

#3aadec hex color red value is 58, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3aadec hue: 0.56 , saturation: 0.82 and the lightness value of 3aadec is 0.58.

The process color (four color CMYK) of #3aadec color hex is 0.75, 0.27, 0.00, 0.07. Web safe color of #3aadec is #3399ff. Color #3aadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101101 11101100
Octal 72 255 354
Decimal 58 173 236
Hex 3A AD EC

RGB Percentages of Color #3aadec

%12.42
%37.04
%50.54

CMYK Percentages of Color #3aadec

%75
%27
%0
%7

Triadic Colors of #3aadec

#3aadec #ec3aad #adec3a

Analogous Colors of #3aadec

#3aadec #3a54ec #3aecd2

Monochromatic Colors of #3aadec

#3aadec

Complementary Color

#3aadec #ec793a

#3aadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aadec Color CSS Codes

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

#3aadec Text Font Color

<p style="color:#3aadec">Text here</p>

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


#3aadec Background Color

<div style="background-color:#3aadec">
Div content here</div>

This div background color is #3aadec


#3aadec Border Color

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

This div border color is #3aadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aadec


Comments

No comments written yet.

Please login to write comment.