Color Hex Logo

#3aaebe Color Hex

#3AAEBE
(58,174,190)
0 Favorites   0 Comments

Color spaces of #3aaebe

RGB 58174190
HSL0.520.530.49
HSV187°69°75°
CMYK 0.690.080.00   0.25
XYZ26.175234.889354.0699
Yxy34.88930.22730.3030
Hunter Lab59.0672-24.2665-12.9269
CIE-Lab65.6624-26.6907-17.5809

#3aaebe color RGB value is (58,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101110 10111110
Octal 72 256 276
Decimal 58 174 190
Hex 3A AE BE

RGB Percentages of Color #3aaebe

%13.74
%41.23
%45.02

CMYK Percentages of Color #3aaebe

%69
%8
%0
%25

Triadic Colors of #3aaebe

#3aaebe #be3aae #aebe3a

Analogous Colors of #3aaebe

#3aaebe #3a6cbe #3abe8c

Monochromatic Colors of #3aaebe

#3aaebe

Complementary Color

#3aaebe #be4a3a

#3aaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaebe Color CSS Codes

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

#3aaebe Text Font Color

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

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


#3aaebe Background Color

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

This div background color is #3aaebe


#3aaebe Border Color

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

This div border color is #3aaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaebe


Comments

No comments written yet.

Please login to write comment.