Color Hex Logo

#1acadd Color Hex

#1ACADD
(26,202,221)
0 Favorites   0 Comments

Color spaces of #1acadd

RGB 26202221
HSL0.520.790.48
HSV186°88°87°
CMYK 0.880.090.00   0.13
XYZ34.597747.681175.7865
Yxy47.68110.21890.3017
Hunter Lab69.0515-31.4041-16.7368
CIE-Lab74.6233-33.6140-20.9978

#1acadd color RGB value is (26,202,221).

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

The process color (four color CMYK) of #1acadd color hex is 0.88, 0.09, 0.00, 0.13. Web safe color of #1acadd is #33cccc. Color #1acadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11001010 11011101
Octal 32 312 335
Decimal 26 202 221
Hex 1A CA DD

RGB Percentages of Color #1acadd

%5.79
%44.99
%49.22

CMYK Percentages of Color #1acadd

%88
%9
%0
%13

Triadic Colors of #1acadd

#1acadd #dd1aca #cadd1a

Analogous Colors of #1acadd

#1acadd #1a69dd #1add8f

Monochromatic Colors of #1acadd

#1acadd

Complementary Color

#1acadd #dd2d1a

#1acadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1acadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1acadd Color CSS Codes

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

#1acadd Text Font Color

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

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


#1acadd Background Color

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

This div background color is #1acadd


#1acadd Border Color

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

This div border color is #1acadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1acadd


Comments

No comments written yet.

Please login to write comment.