Color Hex Logo

#018ca7 Color Hex

#018CA7
(1,140,167)
0 Favorites   0 Comments

Color spaces of #018ca7

RGB 1140167
HSL0.530.990.33
HSV190°99°65°
CMYK 0.990.160.00   0.35
XYZ16.365721.552639.8567
Yxy21.55260.21040.2771
Hunter Lab46.4248-18.3184-18.4044
CIE-Lab53.5491-21.6157-23.1563

#018ca7 color RGB value is (1,140,167).

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

The process color (four color CMYK) of #018ca7 color hex is 0.99, 0.16, 0.00, 0.35. Web safe color of #018ca7 is #009999. Color #018ca7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001100 10100111
Octal 1 214 247
Decimal 1 140 167
Hex 1 8C A7

RGB Percentages of Color #018ca7

%0.32
%45.45
%54.22

CMYK Percentages of Color #018ca7

%99
%16
%0
%35

Triadic Colors of #018ca7

#018ca7 #a7018c #8ca701

Analogous Colors of #018ca7

#018ca7 #0139a7 #01a76f

Monochromatic Colors of #018ca7

#018ca7

Complementary Color

#018ca7 #a71c01

#018ca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018ca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018ca7 Color CSS Codes

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

#018ca7 Text Font Color

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

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


#018ca7 Background Color

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

This div background color is #018ca7


#018ca7 Border Color

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

This div border color is #018ca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018ca7


Comments

No comments written yet.

Please login to write comment.