Color Hex Logo

#0397ad Color Hex

#0397AD
(3,151,173)
0 Favorites   0 Comments

Color spaces of #0397ad

RGB 3151173
HSL0.520.970.35
HSV188°98°68°
CMYK 0.980.130.00   0.32
XYZ18.647025.169743.4106
Yxy25.16970.21380.2886
Hunter Lab50.1694-21.4515-16.1839
CIE-Lab57.2404-25.1597-20.9237

#0397ad color RGB value is (3,151,173).

#0397ad hex color red value is 3, green value is 151 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0397ad hue: 0.52 , saturation: 0.97 and the lightness value of 0397ad is 0.35.

The process color (four color CMYK) of #0397ad color hex is 0.98, 0.13, 0.00, 0.32. Web safe color of #0397ad is #009999. Color #0397ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10010111 10101101
Octal 3 227 255
Decimal 3 151 173
Hex 3 97 AD

RGB Percentages of Color #0397ad

%0.92
%46.18
%52.91

CMYK Percentages of Color #0397ad

%98
%13
%0
%32

Triadic Colors of #0397ad

#0397ad #ad0397 #97ad03

Analogous Colors of #0397ad

#0397ad #0342ad #03ad6e

Monochromatic Colors of #0397ad

#0397ad

Complementary Color

#0397ad #ad1903

#0397ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0397ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0397ad Color CSS Codes

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

#0397ad Text Font Color

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

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


#0397ad Background Color

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

This div background color is #0397ad


#0397ad Border Color

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

This div border color is #0397ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0397ad


Comments

No comments written yet.

Please login to write comment.