Color Hex Logo

#1abdee Color Hex

#1ABDEE
(26,189,238)
0 Favorites   0 Comments

Color spaces of #1abdee

RGB 26189238
HSL0.540.860.52
HSV194°89°93°
CMYK 0.890.210.00   0.07
XYZ34.056242.787987.3528
Yxy42.78790.20740.2606
Hunter Lab65.4125-21.5380-33.3881
CIE-Lab71.4108-21.6390-35.1302

#1abdee color RGB value is (26,189,238).

#1abdee hex color red value is 26, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1abdee hue: 0.54 , saturation: 0.86 and the lightness value of 1abdee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111101 11101110
Octal 32 275 356
Decimal 26 189 238
Hex 1A BD EE

RGB Percentages of Color #1abdee

%5.74
%41.72
%52.54

CMYK Percentages of Color #1abdee

%89
%21
%0
%7

Triadic Colors of #1abdee

#1abdee #ee1abd #bdee1a

Analogous Colors of #1abdee

#1abdee #1a53ee #1aeeb5

Monochromatic Colors of #1abdee

#1abdee

Complementary Color

#1abdee #ee4b1a

#1abdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abdee Color CSS Codes

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

#1abdee Text Font Color

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

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


#1abdee Background Color

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

This div background color is #1abdee


#1abdee Border Color

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

This div border color is #1abdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abdee


Comments

No comments written yet.

Please login to write comment.