Color Hex Logo

#018bad Color Hex

#018BAD
(1,139,173)
0 Favorites   0 Comments

Color spaces of #018bad

RGB 1139173
HSL0.530.990.34
HSV192°99°68°
CMYK 0.990.200.00   0.32
XYZ16.788021.488842.7981
Yxy21.48880.20710.2650
Hunter Lab46.3560-16.4786-22.2902
CIE-Lab53.4804-18.9473-26.7109

#018bad color RGB value is (1,139,173).

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

The process color (four color CMYK) of #018bad color hex is 0.99, 0.20, 0.00, 0.32. Web safe color of #018bad is #009999. Color #018bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001011 10101101
Octal 1 213 255
Decimal 1 139 173
Hex 1 8B AD

RGB Percentages of Color #018bad

%0.32
%44.41
%55.27

CMYK Percentages of Color #018bad

%99
%20
%0
%32

Triadic Colors of #018bad

#018bad #ad018b #8bad01

Analogous Colors of #018bad

#018bad #0135ad #01ad79

Monochromatic Colors of #018bad

#018bad

Complementary Color

#018bad #ad2301

#018bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#018bad Color CSS Codes

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

#018bad Text Font Color

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

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


#018bad Background Color

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

This div background color is #018bad


#018bad Border Color

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

This div border color is #018bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018bad


Comments

No comments written yet.

Please login to write comment.