Color Hex Logo

#01abec Color Hex

#01ABEC
(1,171,236)
0 Favorites   0 Comments

Color spaces of #01abec

RGB 1171236
HSL0.550.990.46
HSV197°100°93°
CMYK 1.000.280.00   0.07
XYZ29.715735.188484.5827
Yxy35.18840.19880.2354
Hunter Lab59.3198-14.3918-43.0163
CIE-Lab65.8951-13.6424-42.6545

#01abec color RGB value is (1,171,236).

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

The process color (four color CMYK) of #01abec color hex is 1.00, 0.28, 0.00, 0.07. Web safe color of #01abec is #0099ff. Color #01abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101011 11101100
Octal 1 253 354
Decimal 1 171 236
Hex 1 AB EC

RGB Percentages of Color #01abec

%0.25
%41.91
%57.84

CMYK Percentages of Color #01abec

%100
%28
%0
%7

Triadic Colors of #01abec

#01abec #ec01ab #abec01

Analogous Colors of #01abec

#01abec #0136ec #01ecb8

Monochromatic Colors of #01abec

#01abec

Complementary Color

#01abec #ec4201

#01abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#01abec Color CSS Codes

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

#01abec Text Font Color

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

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


#01abec Background Color

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

This div background color is #01abec


#01abec Border Color

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

This div border color is #01abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01abec


Comments

No comments written yet.

Please login to write comment.