Color Hex Logo

#01abda Color Hex

#01ABDA
(1,171,218)
0 Favorites   0 Comments

Color spaces of #01abda

RGB 1171218
HSL0.540.990.43
HSV193°100°85°
CMYK 1.000.220.00   0.15
XYZ27.230334.194271.4946
Yxy34.19420.20490.2573
Hunter Lab58.4758-19.2110-31.5570
CIE-Lab65.1164-20.0240-33.9780

#01abda color RGB value is (1,171,218).

#01abda hex color red value is 1, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #01abda hue: 0.54 , saturation: 0.99 and the lightness value of 01abda is 0.43.

The process color (four color CMYK) of #01abda color hex is 1.00, 0.22, 0.00, 0.15. Web safe color of #01abda is #0099cc. Color #01abda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101011 11011010
Octal 1 253 332
Decimal 1 171 218
Hex 1 AB DA

RGB Percentages of Color #01abda

%0.26
%43.85
%55.90

CMYK Percentages of Color #01abda

%100
%22
%0
%15

Triadic Colors of #01abda

#01abda #da01ab #abda01

Analogous Colors of #01abda

#01abda #013eda #01da9d

Monochromatic Colors of #01abda

#01abda

Complementary Color

#01abda #da3001

#01abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#01abda Color CSS Codes

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

#01abda Text Font Color

<p style="color:#01abda">Text here</p>

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


#01abda Background Color

<div style="background-color:#01abda">
Div content here</div>

This div background color is #01abda


#01abda Border Color

<div style="border:3px solid #01abda">
Div here</div>

This div border color is #01abda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,171,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01abda


Comments

No comments written yet.

Please login to write comment.