Color Hex Logo

#2aaeaf Color Hex

#2AAEAF
(42,174,175)
0 Favorites   0 Comments

Color spaces of #2aaeaf

RGB 42174175
HSL0.500.610.43
HSV180°76°69°
CMYK 0.760.010.00   0.31
XYZ23.828833.859545.8371
Yxy33.85950.23020.3271
Hunter Lab58.1889-28.7335-5.9722
CIE-Lab64.8509-33.2190-10.4952

#2aaeaf color RGB value is (42,174,175).

#2aaeaf hex color red value is 42, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2aaeaf hue: 0.50 , saturation: 0.61 and the lightness value of 2aaeaf is 0.43.

The process color (four color CMYK) of #2aaeaf color hex is 0.76, 0.01, 0.00, 0.31. Web safe color of #2aaeaf is #339999. Color #2aaeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101110 10101111
Octal 52 256 257
Decimal 42 174 175
Hex 2A AE AF

RGB Percentages of Color #2aaeaf

%10.74
%44.50
%44.76

CMYK Percentages of Color #2aaeaf

%76
%1
%0
%31

Triadic Colors of #2aaeaf

#2aaeaf #af2aae #aeaf2a

Analogous Colors of #2aaeaf

#2aaeaf #2a6caf #2aaf6e

Monochromatic Colors of #2aaeaf

#2aaeaf

Complementary Color

#2aaeaf #af2b2a

#2aaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aaeaf Color CSS Codes

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

#2aaeaf Text Font Color

<p style="color:#2aaeaf">Text here</p>

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


#2aaeaf Background Color

<div style="background-color:#2aaeaf">
Div content here</div>

This div background color is #2aaeaf


#2aaeaf Border Color

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

This div border color is #2aaeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,174,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aaeaf


Comments

No comments written yet.

Please login to write comment.