Color Hex Logo

#2aaebd Color Hex

#2AAEBD
(42,174,189)
0 Favorites   0 Comments

Color spaces of #2aaebd

RGB 42174189
HSL0.520.640.45
HSV186°78°74°
CMYK 0.780.080.00   0.26
XYZ25.276234.438553.4592
Yxy34.43850.22330.3043
Hunter Lab58.6843-25.8150-12.9319
CIE-Lab65.3091-28.9358-17.5914

#2aaebd color RGB value is (42,174,189).

#2aaebd hex color red value is 42, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2aaebd hue: 0.52 , saturation: 0.64 and the lightness value of 2aaebd is 0.45.

The process color (four color CMYK) of #2aaebd color hex is 0.78, 0.08, 0.00, 0.26. Web safe color of #2aaebd is #3399cc. Color #2aaebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101110 10111101
Octal 52 256 275
Decimal 42 174 189
Hex 2A AE BD

RGB Percentages of Color #2aaebd

%10.37
%42.96
%46.67

CMYK Percentages of Color #2aaebd

%78
%8
%0
%26

Triadic Colors of #2aaebd

#2aaebd #bd2aae #aebd2a

Analogous Colors of #2aaebd

#2aaebd #2a65bd #2abd83

Monochromatic Colors of #2aaebd

#2aaebd

Complementary Color

#2aaebd #bd392a

#2aaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aaebd Color CSS Codes

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

#2aaebd Text Font Color

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

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


#2aaebd Background Color

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

This div background color is #2aaebd


#2aaebd Border Color

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

This div border color is #2aaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aaebd


Comments

No comments written yet.

Please login to write comment.