Color Hex Logo

#018f97 Color Hex

#018F97
(1,143,151)
0 Favorites   0 Comments

Color spaces of #018f97

RGB 1143151
HSL0.510.990.30
HSV183°99°59°
CMYK 0.990.050.00   0.41
XYZ15.420921.885732.6898
Yxy21.88570.22030.3127
Hunter Lab46.7822-23.0294-8.6824
CIE-Lab53.9055-28.6115-13.3938

#018f97 color RGB value is (1,143,151).

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

The process color (four color CMYK) of #018f97 color hex is 0.99, 0.05, 0.00, 0.41. Web safe color of #018f97 is #009999. Color #018f97 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001111 10010111
Octal 1 217 227
Decimal 1 143 151
Hex 1 8F 97

RGB Percentages of Color #018f97

%0.34
%48.47
%51.19

CMYK Percentages of Color #018f97

%99
%5
%0
%41

Triadic Colors of #018f97

#018f97 #97018f #8f9701

Analogous Colors of #018f97

#018f97 #014497 #019754

Monochromatic Colors of #018f97

#018f97

Complementary Color

#018f97 #970901

#018f97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018f97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018f97 Color CSS Codes

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

#018f97 Text Font Color

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

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


#018f97 Background Color

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

This div background color is #018f97


#018f97 Border Color

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

This div border color is #018f97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018f97

#018f97 Color Palettes


Comments

No comments written yet.

Please login to write comment.