color codes Logo

#1aaedd color codes

#1AAEDD
(26,174,221)
0 Favorites   0 Comments

Color spaces of #1aaedd

RGB 26174221
HSL0.540.790.48
HSV194°88°87°
CMYK 0.880.210.00   0.13
XYZ28.613235.712273.7917
Yxy35.71220.20720.2586
Hunter Lab59.7597-19.1129-31.3799
CIE-Lab66.2994-19.6352-33.7804

#1aaedd color RGB value is (26,174,221).

#1aaedd hex color red value is 26, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1aaedd hue: 0.54 , saturation: 0.79 and the lightness value of 1aaedd is 0.48.

The process color (four color CMYK) of #1aaedd color code is 0.88, 0.21, 0.00, 0.13. Web safe color of #1aaedd is #3399cc. Color #1aaedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101110 11011101
Octal 32 256 335
Decimal 26 174 221
Hex 1A AE DD

RGB Percentages of Color #1aaedd

%6.18
%41.33
%52.49

CMYK Percentages of Color #1aaedd

%88
%21
%0
%13

Triadic Colors of #1aaedd

#1aaedd #dd1aae #aedd1a

Analogous Colors of #1aaedd

#1aaedd #1a4ddd #1addab

Monochromatic Colors of #1aaedd

#1aaedd

Complementary Color

#1aaedd #dd491a

#1aaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aaedd Color CSS Codes

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

#1aaedd Text Font Color

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

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


#1aaedd Background Color

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

This div background color is #1aaedd


#1aaedd Border Color

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

This div border color is #1aaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aaedd


Comments

No comments written yet.

Please login to write comment.