Color Hex Logo

#0da289 Color Hex

#0DA289
(13,162,137)
0 Favorites   0 Comments

Color spaces of #0da289

RGB 13162137
HSL0.470.850.34
HSV170°92°64°
CMYK 0.920.000.15   0.36
XYZ17.601727.732428.0921
Yxy27.73240.23970.3777
Hunter Lab52.6616-32.49565.2351
CIE-Lab59.6462-41.06313.1021

#0da289 color RGB value is (13,162,137).

#0da289 hex color red value is 13, green value is 162 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #0da289 hue: 0.47 , saturation: 0.85 and the lightness value of 0da289 is 0.34.

The process color (four color CMYK) of #0da289 color hex is 0.92, 0.00, 0.15, 0.36. Web safe color of #0da289 is #009999. Color #0da289 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10100010 10001001
Octal 15 242 211
Decimal 13 162 137
Hex D A2 89

RGB Percentages of Color #0da289

%4.17
%51.92
%43.91

CMYK Percentages of Color #0da289

%92
%0
%15
%36

Triadic Colors of #0da289

#0da289 #890da2 #a2890d

Analogous Colors of #0da289

#0da289 #0d71a2 #0da23f

Monochromatic Colors of #0da289

#0da289

Complementary Color

#0da289 #a20d26

#0da289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0da289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0da289 Color CSS Codes

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

#0da289 Text Font Color

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

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


#0da289 Background Color

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

This div background color is #0da289


#0da289 Border Color

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

This div border color is #0da289


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,162,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0da289; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0da289;
  -webkit-box-shadow: 1px 1px 3px 2px #0da289;
  box-shadow:         1px 1px 3px 2px #0da289; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,162,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0da289


Comments

No comments written yet.

Please login to write comment.