Color Hex Logo

#018eac Color Hex

#018EAC
(1,142,172)
0 Favorites   0 Comments

Color spaces of #018eac

RGB 1142172
HSL0.530.990.34
HSV191°99°67°
CMYK 0.990.170.00   0.33
XYZ17.131922.331042.4371
Yxy22.33100.20920.2727
Hunter Lab47.2557-17.9847-20.1653
CIE-Lab54.3765-20.9071-24.7529

#018eac color RGB value is (1,142,172).

#018eac hex color red value is 1, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #018eac hue: 0.53 , saturation: 0.99 and the lightness value of 018eac is 0.34.

The process color (four color CMYK) of #018eac color hex is 0.99, 0.17, 0.00, 0.33. Web safe color of #018eac is #009999. Color #018eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001110 10101100
Octal 1 216 254
Decimal 1 142 172
Hex 1 8E AC

RGB Percentages of Color #018eac

%0.32
%45.08
%54.60

CMYK Percentages of Color #018eac

%99
%17
%0
%33

Triadic Colors of #018eac

#018eac #ac018e #8eac01

Analogous Colors of #018eac

#018eac #0139ac #01ac75

Monochromatic Colors of #018eac

#018eac

Complementary Color

#018eac #ac1f01

#018eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#018eac Color CSS Codes

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

#018eac Text Font Color

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

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


#018eac Background Color

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

This div background color is #018eac


#018eac Border Color

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

This div border color is #018eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018eac


Comments

No comments written yet.

Please login to write comment.