Color Hex Logo

#3aadeb Color Hex

#3AADEB
(58,173,235)
0 Favorites   0 Comments

Color spaces of #3aadeb

RGB 58173235
HSL0.560.820.57
HSV201°75°92°
CMYK 0.750.260.00   0.08
XYZ31.683936.784884.0275
Yxy36.78480.20780.2412
Hunter Lab60.6505-12.8897-39.6873
CIE-Lab67.1153-11.5691-40.1476

#3aadeb color RGB value is (58,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101101 11101011
Octal 72 255 353
Decimal 58 173 235
Hex 3A AD EB

RGB Percentages of Color #3aadeb

%12.45
%37.12
%50.43

CMYK Percentages of Color #3aadeb

%75
%26
%0
%8

Triadic Colors of #3aadeb

#3aadeb #eb3aad #adeb3a

Analogous Colors of #3aadeb

#3aadeb #3a55eb #3aebd1

Monochromatic Colors of #3aadeb

#3aadeb

Complementary Color

#3aadeb #eb783a

#3aadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aadeb Color CSS Codes

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

#3aadeb Text Font Color

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

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


#3aadeb Background Color

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

This div background color is #3aadeb


#3aadeb Border Color

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

This div border color is #3aadeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,173,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 #3aadeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aadeb


Comments

No comments written yet.

Please login to write comment.