Color Hex Logo

#1aaebd Color Hex

#1AAEBD
(26,174,189)
0 Favorites   0 Comments

Color spaces of #1aaebd

RGB 26174189
HSL0.520.760.42
HSV186°86°74°
CMYK 0.860.080.00   0.26
XYZ24.747434.165853.4345
Yxy34.16580.22030.3041
Hunter Lab58.4515-26.7162-13.2850
CIE-Lab65.0940-30.2664-17.9381

#1aaebd color RGB value is (26,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101110 10111101
Octal 32 256 275
Decimal 26 174 189
Hex 1A AE BD

RGB Percentages of Color #1aaebd

%6.68
%44.73
%48.59

CMYK Percentages of Color #1aaebd

%86
%8
%0
%26

Triadic Colors of #1aaebd

#1aaebd #bd1aae #aebd1a

Analogous Colors of #1aaebd

#1aaebd #1a5dbd #1abd7b

Monochromatic Colors of #1aaebd

#1aaebd

Complementary Color

#1aaebd #bd291a

#1aaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aaebd Color CSS Codes

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

#1aaebd Text Font Color

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

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


#1aaebd Background Color

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

This div background color is #1aaebd


#1aaebd Border Color

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

This div border color is #1aaebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,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 #1aaebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aaebd


Comments

No comments written yet.

Please login to write comment.