Color Hex Logo

#0daebb Color Hex

#0DAEBB
(13,174,187)
0 Favorites   0 Comments

Color spaces of #0daebb

RGB 13174187
HSL0.510.870.39
HSV184°93°73°
CMYK 0.930.070.00   0.27
XYZ24.271733.945552.2866
Yxy33.94550.21960.3072
Hunter Lab58.2628-27.5985-12.4245
CIE-Lab64.9193-31.5724-17.1014

#0daebb color RGB value is (13,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101110 10111011
Octal 15 256 273
Decimal 13 174 187
Hex D AE BB

RGB Percentages of Color #0daebb

%3.48
%46.52
%50.00

CMYK Percentages of Color #0daebb

%93
%7
%0
%27

Triadic Colors of #0daebb

#0daebb #bb0dae #aebb0d

Analogous Colors of #0daebb

#0daebb #0d57bb #0dbb71

Monochromatic Colors of #0daebb

#0daebb

Complementary Color

#0daebb #bb1a0d

#0daebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daebb Color CSS Codes

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

#0daebb Text Font Color

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

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


#0daebb Background Color

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

This div background color is #0daebb


#0daebb Border Color

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

This div border color is #0daebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daebb


Comments

No comments written yet.

Please login to write comment.