Color Hex Logo

#1adee7 Color Hex

#1ADEE7
(26,222,231)
0 Favorites   0 Comments

Color spaces of #1adee7

RGB 26222231
HSL0.510.810.50
HSV183°89°91°
CMYK 0.890.040.00   0.09
XYZ40.971158.231784.6817
Yxy58.23170.22280.3167
Hunter Lab76.3097-37.7043-12.3780
CIE-Lab80.8674-39.8297-16.9118

#1adee7 color RGB value is (26,222,231).

#1adee7 hex color red value is 26, green value is 222 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #1adee7 hue: 0.51 , saturation: 0.81 and the lightness value of 1adee7 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11011110 11100111
Octal 32 336 347
Decimal 26 222 231
Hex 1A DE E7

RGB Percentages of Color #1adee7

%5.43
%46.35
%48.23

CMYK Percentages of Color #1adee7

%89
%4
%0
%9

Triadic Colors of #1adee7

#1adee7 #e71ade #dee71a

Analogous Colors of #1adee7

#1adee7 #1a78e7 #1ae78a

Monochromatic Colors of #1adee7

#1adee7

Complementary Color

#1adee7 #e7231a

#1adee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1adee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1adee7 Color CSS Codes

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

#1adee7 Text Font Color

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

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


#1adee7 Background Color

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

This div background color is #1adee7


#1adee7 Border Color

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

This div border color is #1adee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1adee7


Comments

No comments written yet.

Please login to write comment.