Color Hex Logo

#0083ad Color Hex

#0083AD
(0,131,173)
0 Favorites   0 Comments

Color spaces of #0083ad

RGB 0131173
HSL0.541.000.34
HSV195°100°68°
CMYK 1.000.240.00   0.32
XYZ15.659119.249742.4254
Yxy19.24970.20250.2489
Hunter Lab43.8745-13.0725-26.6196
CIE-Lab50.9781-14.5962-30.5987

#0083ad color RGB value is (0,131,173).

#0083ad hex color red value is 0, green value is 131 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0083ad hue: 0.54 , saturation: 1.00 and the lightness value of 0083ad is 0.34.

The process color (four color CMYK) of #0083ad color hex is 1.00, 0.24, 0.00, 0.32. Web safe color of #0083ad is #009999. Color #0083ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000011 10101101
Octal 0 203 255
Decimal 0 131 173
Hex 0 83 AD

RGB Percentages of Color #0083ad

%0.00
%43.09
%56.91

CMYK Percentages of Color #0083ad

%100
%24
%0
%32

Triadic Colors of #0083ad

#0083ad #ad0083 #83ad00

Analogous Colors of #0083ad

#0083ad #002cad #00ad81

Monochromatic Colors of #0083ad

#0083ad

Complementary Color

#0083ad #ad2a00

#0083ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0083ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0083ad Color CSS Codes

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

#0083ad Text Font Color

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

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


#0083ad Background Color

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

This div background color is #0083ad


#0083ad Border Color

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

This div border color is #0083ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,131,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0083ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0083ad;
  -webkit-box-shadow: 1px 1px 3px 2px #0083ad;
  box-shadow:         1px 1px 3px 2px #0083ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,131,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 #0083ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0083ad

#0083ad Color Palettes


Comments

No comments written yet.

Please login to write comment.