Color Hex Logo

#01abed Color Hex

#01ABED
(1,171,237)
0 Favorites   0 Comments

Color spaces of #01abed

RGB 1171237
HSL0.550.990.47
HSV197°100°93°
CMYK 1.000.280.00   0.07
XYZ29.861535.246785.3502
Yxy35.24670.19850.2343
Hunter Lab59.3689-14.1134-43.6785
CIE-Lab65.9403-13.2831-43.1310

#01abed color RGB value is (1,171,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101011 11101101
Octal 1 253 355
Decimal 1 171 237
Hex 1 AB ED

RGB Percentages of Color #01abed

%0.24
%41.81
%57.95

CMYK Percentages of Color #01abed

%100
%28
%0
%7

Triadic Colors of #01abed

#01abed #ed01ab #abed01

Analogous Colors of #01abed

#01abed #0135ed #01edb9

Monochromatic Colors of #01abed

#01abed

Complementary Color

#01abed #ed4301

#01abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#01abed Color CSS Codes

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

#01abed Text Font Color

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

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


#01abed Background Color

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

This div background color is #01abed


#01abed Border Color

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

This div border color is #01abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01abed


Comments

No comments written yet.

Please login to write comment.