Color Hex Logo

#0dabbd Color Hex

#0DABBD
(13,171,189)
0 Favorites   0 Comments

Color spaces of #0dabbd

RGB 13171189
HSL0.520.870.40
HSV186°93°74°
CMYK 0.930.100.00   0.26
XYZ23.914232.885553.2312
Yxy32.88550.21730.2989
Hunter Lab57.3459-25.9178-14.8937
CIE-Lab64.0681-29.4686-19.5065

#0dabbd color RGB value is (13,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101011 10111101
Octal 15 253 275
Decimal 13 171 189
Hex D AB BD

RGB Percentages of Color #0dabbd

%3.49
%45.84
%50.67

CMYK Percentages of Color #0dabbd

%93
%10
%0
%26

Triadic Colors of #0dabbd

#0dabbd #bd0dab #abbd0d

Analogous Colors of #0dabbd

#0dabbd #0d53bd #0dbd77

Monochromatic Colors of #0dabbd

#0dabbd

Complementary Color

#0dabbd #bd1f0d

#0dabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dabbd Color CSS Codes

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

#0dabbd Text Font Color

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

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


#0dabbd Background Color

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

This div background color is #0dabbd


#0dabbd Border Color

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

This div border color is #0dabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dabbd


Comments

No comments written yet.

Please login to write comment.