Color Hex Logo

#0adbec Color Hex

#0ADBEC
(10,219,236)
0 Favorites   0 Comments

Color spaces of #0adbec

RGB 10219236
HSL0.510.920.48
HSV185°96°93°
CMYK 0.960.070.00   0.07
XYZ40.597056.783788.1775
Yxy56.78370.21880.3060
Hunter Lab75.3550-35.7055-16.6304
CIE-Lab80.0578-37.4929-20.8046

#0adbec color RGB value is (10,219,236).

#0adbec hex color red value is 10, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0adbec hue: 0.51 , saturation: 0.92 and the lightness value of 0adbec is 0.48.

The process color (four color CMYK) of #0adbec color hex is 0.96, 0.07, 0.00, 0.07. Web safe color of #0adbec is #00ccff. Color #0adbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011011 11101100
Octal 12 333 354
Decimal 10 219 236
Hex A DB EC

RGB Percentages of Color #0adbec

%2.15
%47.10
%50.75

CMYK Percentages of Color #0adbec

%96
%7
%0
%7

Triadic Colors of #0adbec

#0adbec #ec0adb #dbec0a

Analogous Colors of #0adbec

#0adbec #0a6aec #0aec8c

Monochromatic Colors of #0adbec

#0adbec

Complementary Color

#0adbec #ec1b0a

#0adbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adbec Color CSS Codes

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

#0adbec Text Font Color

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

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


#0adbec Background Color

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

This div background color is #0adbec


#0adbec Border Color

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

This div border color is #0adbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adbec


Comments

No comments written yet.

Please login to write comment.