Color Hex Logo

#0daabc Color Hex

#0DAABC
(13,170,188)
0 Favorites   0 Comments

Color spaces of #0daabc

RGB 13170188
HSL0.520.870.39
HSV186°93°74°
CMYK 0.930.100.00   0.26
XYZ23.617832.465952.5987
Yxy32.46590.21730.2987
Hunter Lab56.9789-25.7245-14.8470
CIE-Lab63.7261-29.3040-19.4697

#0daabc color RGB value is (13,170,188).

#0daabc hex color red value is 13, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0daabc hue: 0.52 , saturation: 0.87 and the lightness value of 0daabc is 0.39.

The process color (four color CMYK) of #0daabc color hex is 0.93, 0.10, 0.00, 0.26. Web safe color of #0daabc is #0099cc. Color #0daabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101010 10111100
Octal 15 252 274
Decimal 13 170 188
Hex D AA BC

RGB Percentages of Color #0daabc

%3.50
%45.82
%50.67

CMYK Percentages of Color #0daabc

%93
%10
%0
%26

Triadic Colors of #0daabc

#0daabc #bc0daa #aabc0d

Analogous Colors of #0daabc

#0daabc #0d52bc #0dbc77

Monochromatic Colors of #0daabc

#0daabc

Complementary Color

#0daabc #bc1f0d

#0daabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daabc Color CSS Codes

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

#0daabc Text Font Color

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

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


#0daabc Background Color

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

This div background color is #0daabc


#0daabc Border Color

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

This div border color is #0daabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daabc


Comments

No comments written yet.

Please login to write comment.