Color Hex Logo

#01abdc Color Hex

#01ABDC
(1,171,220)
0 Favorites   0 Comments

Color spaces of #01abdc

RGB 1171220
HSL0.540.990.43
HSV193°100°86°
CMYK 1.000.220.00   0.14
XYZ27.493734.299672.8816
Yxy34.29960.20410.2547
Hunter Lab58.5659-18.6936-32.7866
CIE-Lab65.1997-19.3235-34.9513

#01abdc color RGB value is (1,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101011 11011100
Octal 1 253 334
Decimal 1 171 220
Hex 1 AB DC

RGB Percentages of Color #01abdc

%0.26
%43.62
%56.12

CMYK Percentages of Color #01abdc

%100
%22
%0
%14

Triadic Colors of #01abdc

#01abdc #dc01ab #abdc01

Analogous Colors of #01abdc

#01abdc #013edc #01dca0

Monochromatic Colors of #01abdc

#01abdc

Complementary Color

#01abdc #dc3201

#01abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01abdc Color CSS Codes

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

#01abdc Text Font Color

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

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


#01abdc Background Color

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

This div background color is #01abdc


#01abdc Border Color

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

This div border color is #01abdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,171,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 #01abdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01abdc


Comments

No comments written yet.

Please login to write comment.