Color Hex Logo

#018886 Color Hex

#018886
(1,136,134)
0 Favorites   0 Comments

Color spaces of #018886

RGB 1136134
HSL0.500.990.27
HSV179°99°53°
CMYK 0.990.000.01   0.47
XYZ13.119819.336025.5950
Yxy19.33600.22600.3331
Hunter Lab43.9727-23.6946-3.7298
CIE-Lab51.0780-30.7252-7.7804

#018886 color RGB value is (1,136,134).

#018886 hex color red value is 1, green value is 136 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #018886 hue: 0.50 , saturation: 0.99 and the lightness value of 018886 is 0.27.

The process color (four color CMYK) of #018886 color hex is 0.99, 0.00, 0.01, 0.47. Web safe color of #018886 is #009999. Color #018886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001000 10000110
Octal 1 210 206
Decimal 1 136 134
Hex 1 88 86

RGB Percentages of Color #018886

%0.37
%50.18
%49.45

CMYK Percentages of Color #018886

%99
%0
%1
%47

Triadic Colors of #018886

#018886 #860188 #888601

Analogous Colors of #018886

#018886 #014788 #018843

Monochromatic Colors of #018886

#018886

Complementary Color

#018886 #880103

#018886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018886 Color CSS Codes

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

#018886 Text Font Color

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

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


#018886 Background Color

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

This div background color is #018886


#018886 Border Color

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

This div border color is #018886


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,136,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #018886; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #018886;
  -webkit-box-shadow: 1px 1px 3px 2px #018886;
  box-shadow:         1px 1px 3px 2px #018886; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018886


Comments

No comments written yet.

Please login to write comment.