Color Hex Logo

#1aadca Color Hex

#1AADCA
(26,173,202)
0 Favorites   0 Comments

Color spaces of #1aadca

RGB 26173202
HSL0.530.770.45
HSV190°87°79°
CMYK 0.870.140.00   0.21
XYZ26.030234.371061.1394
Yxy34.37100.21420.2828
Hunter Lab58.6268-23.3432-20.7923
CIE-Lab65.2560-25.5408-24.9034

#1aadca color RGB value is (26,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101101 11001010
Octal 32 255 312
Decimal 26 173 202
Hex 1A AD CA

RGB Percentages of Color #1aadca

%6.48
%43.14
%50.37

CMYK Percentages of Color #1aadca

%87
%14
%0
%21

Triadic Colors of #1aadca

#1aadca #ca1aad #adca1a

Analogous Colors of #1aadca

#1aadca #1a55ca #1aca8f

Monochromatic Colors of #1aadca

#1aadca

Complementary Color

#1aadca #ca371a

#1aadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aadca Color CSS Codes

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

#1aadca Text Font Color

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

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


#1aadca Background Color

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

This div background color is #1aadca


#1aadca Border Color

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

This div border color is #1aadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aadca


Comments

No comments written yet.

Please login to write comment.