Color Hex Logo

#0daebe Color Hex

#0DAEBE
(13,174,190)
0 Favorites   0 Comments

Color spaces of #0daebe

RGB 13174190
HSL0.520.870.40
HSV185°93°75°
CMYK 0.930.080.00   0.25
XYZ24.596334.075453.9960
Yxy34.07540.21830.3024
Hunter Lab58.3741-26.9427-13.9813
CIE-Lab65.0224-30.6089-18.6122

#0daebe color RGB value is (13,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101110 10111110
Octal 15 256 276
Decimal 13 174 190
Hex D AE BE

RGB Percentages of Color #0daebe

%3.45
%46.15
%50.40

CMYK Percentages of Color #0daebe

%93
%8
%0
%25

Triadic Colors of #0daebe

#0daebe #be0dae #aebe0d

Analogous Colors of #0daebe

#0daebe #0d55be #0dbe76

Monochromatic Colors of #0daebe

#0daebe

Complementary Color

#0daebe #be1d0d

#0daebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daebe Color CSS Codes

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

#0daebe Text Font Color

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

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


#0daebe Background Color

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

This div background color is #0daebe


#0daebe Border Color

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

This div border color is #0daebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daebe


Comments

No comments written yet.

Please login to write comment.