Color Hex Logo

#3aaabe Color Hex

#3AAABE
(58,170,190)
0 Favorites   0 Comments

Color spaces of #3aaabe

RGB 58170190
HSL0.530.530.49
HSV189°69°75°
CMYK 0.690.110.00   0.25
XYZ25.413933.366753.8162
Yxy33.36670.22570.2963
Hunter Lab57.7639-22.5537-14.8032
CIE-Lab64.4567-24.6788-19.4115

#3aaabe color RGB value is (58,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101010 10111110
Octal 72 252 276
Decimal 58 170 190
Hex 3A AA BE

RGB Percentages of Color #3aaabe

%13.88
%40.67
%45.45

CMYK Percentages of Color #3aaabe

%69
%11
%0
%25

Triadic Colors of #3aaabe

#3aaabe #be3aaa #aabe3a

Analogous Colors of #3aaabe

#3aaabe #3a68be #3abe90

Monochromatic Colors of #3aaabe

#3aaabe

Complementary Color

#3aaabe #be4e3a

#3aaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaabe Color CSS Codes

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

#3aaabe Text Font Color

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

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


#3aaabe Background Color

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

This div background color is #3aaabe


#3aaabe Border Color

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

This div border color is #3aaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaabe


Comments

No comments written yet.

Please login to write comment.