Color Hex Logo

#3aaabf Color Hex

#3AAABF
(58,170,191)
0 Favorites   0 Comments

Color spaces of #3aaabf

RGB 58170191
HSL0.530.530.49
HSV189°70°75°
CMYK 0.700.110.00   0.25
XYZ25.523633.410654.3939
Yxy33.41060.22520.2948
Hunter Lab57.8019-22.3330-15.3329
CIE-Lab64.4920-24.3680-19.9145

#3aaabf color RGB value is (58,170,191).

#3aaabf hex color red value is 58, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3aaabf hue: 0.53 , saturation: 0.53 and the lightness value of 3aaabf is 0.49.

The process color (four color CMYK) of #3aaabf color hex is 0.70, 0.11, 0.00, 0.25. Web safe color of #3aaabf is #3399cc. Color #3aaabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101010 10111111
Octal 72 252 277
Decimal 58 170 191
Hex 3A AA BF

RGB Percentages of Color #3aaabf

%13.84
%40.57
%45.58

CMYK Percentages of Color #3aaabf

%70
%11
%0
%25

Triadic Colors of #3aaabf

#3aaabf #bf3aaa #aabf3a

Analogous Colors of #3aaabf

#3aaabf #3a68bf #3abf92

Monochromatic Colors of #3aaabf

#3aaabf

Complementary Color

#3aaabf #bf4f3a

#3aaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaabf Color CSS Codes

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

#3aaabf Text Font Color

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

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


#3aaabf Background Color

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

This div background color is #3aaabf


#3aaabf Border Color

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

This div border color is #3aaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaabf


Comments

No comments written yet.

Please login to write comment.