Color Hex Logo

#1aadec Color Hex

#1AADEC
(26,173,236)
0 Favorites   0 Comments

Color spaces of #1aadec

RGB 26173236
HSL0.550.850.51
HSV198°89°93°
CMYK 0.890.270.00   0.07
XYZ30.509936.162984.7290
Yxy36.16290.20150.2389
Hunter Lab60.1356-14.6750-41.4427
CIE-Lab66.6442-13.8747-41.4688

#1aadec color RGB value is (26,173,236).

#1aadec hex color red value is 26, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1aadec hue: 0.55 , saturation: 0.85 and the lightness value of 1aadec is 0.51.

The process color (four color CMYK) of #1aadec color hex is 0.89, 0.27, 0.00, 0.07. Web safe color of #1aadec is #3399ff. Color #1aadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101101 11101100
Octal 32 255 354
Decimal 26 173 236
Hex 1A AD EC

RGB Percentages of Color #1aadec

%5.98
%39.77
%54.25

CMYK Percentages of Color #1aadec

%89
%27
%0
%7

Triadic Colors of #1aadec

#1aadec #ec1aad #adec1a

Analogous Colors of #1aadec

#1aadec #1a44ec #1aecc2

Monochromatic Colors of #1aadec

#1aadec

Complementary Color

#1aadec #ec591a

#1aadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aadec Color CSS Codes

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

#1aadec Text Font Color

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

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


#1aadec Background Color

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

This div background color is #1aadec


#1aadec Border Color

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

This div border color is #1aadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aadec


Comments

No comments written yet.

Please login to write comment.