Color Hex Logo

#018677 Color Hex

#018677
(1,134,119)
0 Favorites   0 Comments

Color spaces of #018677

RGB 1134119
HSL0.480.990.26
HSV173°99°53°
CMYK 0.990.000.11   0.47
XYZ11.867418.388620.3766
Yxy18.38860.23440.3632
Hunter Lab42.8819-25.64421.8440
CIE-Lab49.9641-34.4225-0.6674

#018677 color RGB value is (1,134,119).

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

The process color (four color CMYK) of #018677 color hex is 0.99, 0.00, 0.11, 0.47. Web safe color of #018677 is #009966. Color #018677 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000110 01110111
Octal 1 206 167
Decimal 1 134 119
Hex 1 86 77

RGB Percentages of Color #018677

%0.39
%52.76
%46.85

CMYK Percentages of Color #018677

%99
%0
%11
%47

Triadic Colors of #018677

#018677 #770186 #867701

Analogous Colors of #018677

#018677 #015386 #018635

Monochromatic Colors of #018677

#018677

Complementary Color

#018677 #860110

#018677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018677 Color CSS Codes

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

#018677 Text Font Color

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

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


#018677 Background Color

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

This div background color is #018677


#018677 Border Color

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

This div border color is #018677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018677


Comments

No comments written yet.

Please login to write comment.