Color Hex Logo

#0daebc Color Hex

#0DAEBC
(13,174,188)
0 Favorites   0 Comments

Color spaces of #0daebc

RGB 13174188
HSL0.510.870.39
HSV185°93°74°
CMYK 0.930.070.00   0.26
XYZ24.379133.988552.8525
Yxy33.98850.21920.3056
Hunter Lab58.2997-27.3813-12.9406
CIE-Lab64.9534-31.2525-17.6055

#0daebc color RGB value is (13,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101110 10111100
Octal 15 256 274
Decimal 13 174 188
Hex D AE BC

RGB Percentages of Color #0daebc

%3.47
%46.40
%50.13

CMYK Percentages of Color #0daebc

%93
%7
%0
%26

Triadic Colors of #0daebc

#0daebc #bc0dae #aebc0d

Analogous Colors of #0daebc

#0daebc #0d56bc #0dbc73

Monochromatic Colors of #0daebc

#0daebc

Complementary Color

#0daebc #bc1b0d

#0daebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daebc Color CSS Codes

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

#0daebc Text Font Color

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

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


#0daebc Background Color

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

This div background color is #0daebc


#0daebc Border Color

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

This div border color is #0daebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daebc


Comments

No comments written yet.

Please login to write comment.