Color Hex Logo

#018fab Color Hex

#018FAB
(1,143,171)
0 Favorites   0 Comments

Color spaces of #018fab

RGB 1143171
HSL0.530.990.34
HSV190°99°67°
CMYK 0.990.160.00   0.33
XYZ17.185722.591641.9829
Yxy22.59160.21020.2763
Hunter Lab47.5306-18.6381-19.0983
CIE-Lab54.6492-21.7872-23.7596

#018fab color RGB value is (1,143,171).

#018fab hex color red value is 1, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #018fab hue: 0.53 , saturation: 0.99 and the lightness value of 018fab is 0.34.

The process color (four color CMYK) of #018fab color hex is 0.99, 0.16, 0.00, 0.33. Web safe color of #018fab is #009999. Color #018fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001111 10101011
Octal 1 217 253
Decimal 1 143 171
Hex 1 8F AB

RGB Percentages of Color #018fab

%0.32
%45.40
%54.29

CMYK Percentages of Color #018fab

%99
%16
%0
%33

Triadic Colors of #018fab

#018fab #ab018f #8fab01

Analogous Colors of #018fab

#018fab #013aab #01ab72

Monochromatic Colors of #018fab

#018fab

Complementary Color

#018fab #ab1d01

#018fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#018fab Color CSS Codes

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

#018fab Text Font Color

<p style="color:#018fab">Text here</p>

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


#018fab Background Color

<div style="background-color:#018fab">
Div content here</div>

This div background color is #018fab


#018fab Border Color

<div style="border:3px solid #018fab">
Div here</div>

This div border color is #018fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018fab


Comments

No comments written yet.

Please login to write comment.