Color Hex Logo

#1aadcc Color Hex

#1AADCC
(26,173,204)
0 Favorites   0 Comments

Color spaces of #1aadcc

RGB 26173204
HSL0.530.770.45
HSV190°87°80°
CMYK 0.870.150.00   0.20
XYZ26.268734.466462.3949
Yxy34.46640.21330.2799
Hunter Lab58.7081-22.8701-21.9177
CIE-Lab65.3311-24.8758-25.8957

#1aadcc color RGB value is (26,173,204).

#1aadcc hex color red value is 26, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1aadcc hue: 0.53 , saturation: 0.77 and the lightness value of 1aadcc is 0.45.

The process color (four color CMYK) of #1aadcc color hex is 0.87, 0.15, 0.00, 0.20. Web safe color of #1aadcc is #3399cc. Color #1aadcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101101 11001100
Octal 32 255 314
Decimal 26 173 204
Hex 1A AD CC

RGB Percentages of Color #1aadcc

%6.45
%42.93
%50.62

CMYK Percentages of Color #1aadcc

%87
%15
%0
%20

Triadic Colors of #1aadcc

#1aadcc #cc1aad #adcc1a

Analogous Colors of #1aadcc

#1aadcc #1a54cc #1acc92

Monochromatic Colors of #1aadcc

#1aadcc

Complementary Color

#1aadcc #cc391a

#1aadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aadcc Color CSS Codes

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

#1aadcc Text Font Color

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

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


#1aadcc Background Color

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

This div background color is #1aadcc


#1aadcc Border Color

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

This div border color is #1aadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aadcc


Comments

No comments written yet.

Please login to write comment.