Color Hex Logo

#1adaec Color Hex

#1ADAEC
(26,218,236)
0 Favorites   0 Comments

Color spaces of #1adaec

RGB 26218236
HSL0.510.850.51
HSV185°89°93°
CMYK 0.890.080.00   0.07
XYZ40.637756.418588.1049
Yxy56.41850.21950.3047
Hunter Lab75.1122-34.8732-16.9672
CIE-Lab79.8514-36.4775-21.1092

#1adaec color RGB value is (26,218,236).

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

The process color (four color CMYK) of #1adaec color hex is 0.89, 0.08, 0.00, 0.07. Web safe color of #1adaec is #33ccff. Color #1adaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11011010 11101100
Octal 32 332 354
Decimal 26 218 236
Hex 1A DA EC

RGB Percentages of Color #1adaec

%5.42
%45.42
%49.17

CMYK Percentages of Color #1adaec

%89
%8
%0
%7

Triadic Colors of #1adaec

#1adaec #ec1ada #daec1a

Analogous Colors of #1adaec

#1adaec #1a71ec #1aec95

Monochromatic Colors of #1adaec

#1adaec

Complementary Color

#1adaec #ec2c1a

#1adaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1adaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1adaec Color CSS Codes

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

#1adaec Text Font Color

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

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


#1adaec Background Color

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

This div background color is #1adaec


#1adaec Border Color

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

This div border color is #1adaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1adaec


Comments

No comments written yet.

Please login to write comment.