Color Hex Logo

#0daeb8 Color Hex

#0DAEB8
(13,174,184)
0 Favorites   0 Comments

Color spaces of #0daeb8

RGB 13174184
HSL0.510.870.39
HSV184°93°72°
CMYK 0.930.050.00   0.28
XYZ23.953833.818450.6125
Yxy33.81840.22100.3120
Hunter Lab58.1536-28.2436-10.8940
CIE-Lab64.8182-32.5276-15.5861

#0daeb8 color RGB value is (13,174,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101110 10111000
Octal 15 256 270
Decimal 13 174 184
Hex D AE B8

RGB Percentages of Color #0daeb8

%3.50
%46.90
%49.60

CMYK Percentages of Color #0daeb8

%93
%5
%0
%28

Triadic Colors of #0daeb8

#0daeb8 #b80dae #aeb80d

Analogous Colors of #0daeb8

#0daeb8 #0d59b8 #0db86d

Monochromatic Colors of #0daeb8

#0daeb8

Complementary Color

#0daeb8 #b8170d

#0daeb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daeb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daeb8 Color CSS Codes

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

#0daeb8 Text Font Color

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

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


#0daeb8 Background Color

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

This div background color is #0daeb8


#0daeb8 Border Color

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

This div border color is #0daeb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daeb8


Comments

No comments written yet.

Please login to write comment.