Color Hex Logo

#3aabeb Color Hex

#3AABEB
(58,171,235)
0 Favorites   0 Comments

Color spaces of #3aabeb

RGB 58171235
HSL0.560.820.57
HSV202°75°92°
CMYK 0.750.270.00   0.08
XYZ31.303236.023583.9006
Yxy36.02350.20700.2382
Hunter Lab60.0196-11.9376-40.8670
CIE-Lab66.5379-10.4745-41.0507

#3aabeb color RGB value is (58,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101011 11101011
Octal 72 253 353
Decimal 58 171 235
Hex 3A AB EB

RGB Percentages of Color #3aabeb

%12.50
%36.85
%50.65

CMYK Percentages of Color #3aabeb

%75
%27
%0
%8

Triadic Colors of #3aabeb

#3aabeb #eb3aab #abeb3a

Analogous Colors of #3aabeb

#3aabeb #3a52eb #3aebd3

Monochromatic Colors of #3aabeb

#3aabeb

Complementary Color

#3aabeb #eb7a3a

#3aabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aabeb Color CSS Codes

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

#3aabeb Text Font Color

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

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


#3aabeb Background Color

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

This div background color is #3aabeb


#3aabeb Border Color

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

This div border color is #3aabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aabeb


Comments

No comments written yet.

Please login to write comment.