Color Hex Logo

#1abddf Color Hex

#1ABDDF
(26,189,223)
0 Favorites   0 Comments

Color spaces of #1abddf

RGB 26189223
HSL0.530.790.49
HSV190°88°87°
CMYK 0.880.150.00   0.13
XYZ31.942941.942576.2242
Yxy41.94250.21280.2794
Hunter Lab64.7630-25.2942-24.4485
CIE-Lab70.8313-26.6442-27.8765

#1abddf color RGB value is (26,189,223).

#1abddf hex color red value is 26, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1abddf hue: 0.53 , saturation: 0.79 and the lightness value of 1abddf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111101 11011111
Octal 32 275 337
Decimal 26 189 223
Hex 1A BD DF

RGB Percentages of Color #1abddf

%5.94
%43.15
%50.91

CMYK Percentages of Color #1abddf

%88
%15
%0
%13

Triadic Colors of #1abddf

#1abddf #df1abd #bddf1a

Analogous Colors of #1abddf

#1abddf #1a5bdf #1adf9f

Monochromatic Colors of #1abddf

#1abddf

Complementary Color

#1abddf #df3c1a

#1abddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abddf Color CSS Codes

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

#1abddf Text Font Color

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

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


#1abddf Background Color

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

This div background color is #1abddf


#1abddf Border Color

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

This div border color is #1abddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abddf


Comments

No comments written yet.

Please login to write comment.