Color Hex Logo

#018299 Color Hex

#018299
(1,130,153)
0 Favorites   0 Comments

Color spaces of #018299

RGB 1130153
HSL0.530.990.30
HSV189°99°60°
CMYK 0.990.150.00   0.40
XYZ13.744918.271632.9393
Yxy18.27160.21160.2813
Hunter Lab42.7453-17.4070-15.7669
CIE-Lab49.8239-21.2790-20.7710

#018299 color RGB value is (1,130,153).

#018299 hex color red value is 1, green value is 130 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #018299 hue: 0.53 , saturation: 0.99 and the lightness value of 018299 is 0.30.

The process color (four color CMYK) of #018299 color hex is 0.99, 0.15, 0.00, 0.40. Web safe color of #018299 is #009999. Color #018299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000010 10011001
Octal 1 202 231
Decimal 1 130 153
Hex 1 82 99

RGB Percentages of Color #018299

%0.35
%45.77
%53.87

CMYK Percentages of Color #018299

%99
%15
%0
%40

Triadic Colors of #018299

#018299 #990182 #829901

Analogous Colors of #018299

#018299 #013699 #019964

Monochromatic Colors of #018299

#018299

Complementary Color

#018299 #991801

#018299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018299 Color CSS Codes

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

#018299 Text Font Color

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

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


#018299 Background Color

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

This div background color is #018299


#018299 Border Color

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

This div border color is #018299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018299


Comments

No comments written yet.

Please login to write comment.