Color Hex Logo

#1abddc Color Hex

#1ABDDC
(26,189,220)
0 Favorites   0 Comments

Color spaces of #1abddc

RGB 26189220
HSL0.530.790.48
HSV190°88°86°
CMYK 0.880.140.00   0.14
XYZ31.541941.782174.1125
Yxy41.78210.21390.2834
Hunter Lab64.6391-26.0158-22.7321
CIE-Lab70.7204-27.6273-26.4122

#1abddc color RGB value is (26,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111101 11011100
Octal 32 275 334
Decimal 26 189 220
Hex 1A BD DC

RGB Percentages of Color #1abddc

%5.98
%43.45
%50.57

CMYK Percentages of Color #1abddc

%88
%14
%0
%14

Triadic Colors of #1abddc

#1abddc #dc1abd #bddc1a

Analogous Colors of #1abddc

#1abddc #1a5cdc #1adc9a

Monochromatic Colors of #1abddc

#1abddc

Complementary Color

#1abddc #dc391a

#1abddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abddc Color CSS Codes

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

#1abddc Text Font Color

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

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


#1abddc Background Color

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

This div background color is #1abddc


#1abddc Border Color

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

This div border color is #1abddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abddc


Comments

No comments written yet.

Please login to write comment.