Color Hex Logo

#018f99 Color Hex

#018F99
(1,143,153)
0 Favorites   0 Comments

Color spaces of #018f99

RGB 1143153
HSL0.510.990.30
HSV184°99°60°
CMYK 0.990.070.00   0.40
XYZ15.584721.951333.5526
Yxy21.95130.21920.3088
Hunter Lab46.8522-22.6160-9.6632
CIE-Lab53.9753-27.9501-14.4415

#018f99 color RGB value is (1,143,153).

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

The process color (four color CMYK) of #018f99 color hex is 0.99, 0.07, 0.00, 0.40. Web safe color of #018f99 is #009999. Color #018f99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001111 10011001
Octal 1 217 231
Decimal 1 143 153
Hex 1 8F 99

RGB Percentages of Color #018f99

%0.34
%48.15
%51.52

CMYK Percentages of Color #018f99

%99
%7
%0
%40

Triadic Colors of #018f99

#018f99 #99018f #8f9901

Analogous Colors of #018f99

#018f99 #014399 #019957

Monochromatic Colors of #018f99

#018f99

Complementary Color

#018f99 #990b01

#018f99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018f99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018f99 Color CSS Codes

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

#018f99 Text Font Color

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

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


#018f99 Background Color

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

This div background color is #018f99


#018f99 Border Color

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

This div border color is #018f99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018f99


Comments

No comments written yet.

Please login to write comment.