Color Hex Logo

#018074 Color Hex

#018074
(1,128,116)
0 Favorites   0 Comments

Color spaces of #018074

RGB 1128116
HSL0.480.980.25
HSV174°99°50°
CMYK 0.990.000.09   0.50
XYZ10.884116.705819.1739
Yxy16.70580.23270.3572
Hunter Lab40.8727-23.99410.7972
CIE-Lab47.8872-32.5724-1.9517

#018074 color RGB value is (1,128,116).

#018074 hex color red value is 1, green value is 128 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #018074 hue: 0.48 , saturation: 0.98 and the lightness value of 018074 is 0.25.

The process color (four color CMYK) of #018074 color hex is 0.99, 0.00, 0.09, 0.50. Web safe color of #018074 is #009966. Color #018074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000000 01110100
Octal 1 200 164
Decimal 1 128 116
Hex 1 80 74

RGB Percentages of Color #018074

%0.41
%52.24
%47.35

CMYK Percentages of Color #018074

%99
%0
%9
%50

Triadic Colors of #018074

#018074 #740180 #807401

Analogous Colors of #018074

#018074 #014c80 #018035

Monochromatic Colors of #018074

#018074

Complementary Color

#018074 #80010d

#018074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018074 Color CSS Codes

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

#018074 Text Font Color

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

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


#018074 Background Color

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

This div background color is #018074


#018074 Border Color

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

This div border color is #018074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018074


Comments

No comments written yet.

Please login to write comment.