Color Hex Logo

#0adbdf Color Hex

#0ADBDF
(10,219,223)
0 Favorites   0 Comments

Color spaces of #0adbdf

RGB 10219223
HSL0.500.910.46
HSV181°96°87°
CMYK 0.960.020.00   0.13
XYZ38.776056.055378.5881
Yxy56.05530.22360.3232
Hunter Lab74.8701-38.5756-9.8253
CIE-Lab79.6453-41.4313-14.4970

#0adbdf color RGB value is (10,219,223).

#0adbdf hex color red value is 10, green value is 219 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0adbdf hue: 0.50 , saturation: 0.91 and the lightness value of 0adbdf is 0.46.

The process color (four color CMYK) of #0adbdf color hex is 0.96, 0.02, 0.00, 0.13. Web safe color of #0adbdf is #00cccc. Color #0adbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011011 11011111
Octal 12 333 337
Decimal 10 219 223
Hex A DB DF

RGB Percentages of Color #0adbdf

%2.21
%48.45
%49.34

CMYK Percentages of Color #0adbdf

%96
%2
%0
%13

Triadic Colors of #0adbdf

#0adbdf #df0adb #dbdf0a

Analogous Colors of #0adbdf

#0adbdf #0a71df #0adf79

Monochromatic Colors of #0adbdf

#0adbdf

Complementary Color

#0adbdf #df0e0a

#0adbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adbdf Color CSS Codes

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

#0adbdf Text Font Color

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

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


#0adbdf Background Color

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

This div background color is #0adbdf


#0adbdf Border Color

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

This div border color is #0adbdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,219,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0adbdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0adbdf;
  -webkit-box-shadow: 1px 1px 3px 2px #0adbdf;
  box-shadow:         1px 1px 3px 2px #0adbdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,219,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adbdf


Comments

No comments written yet.

Please login to write comment.