Color Hex Logo

#0adee3 Color Hex

#0ADEE3
(10,222,227)
0 Favorites   0 Comments

Color spaces of #0adee3

RGB 10222227
HSL0.500.920.46
HSV181°96°89°
CMYK 0.960.020.00   0.11
XYZ40.111657.853181.7257
Yxy57.85310.22320.3220
Hunter Lab76.0612-38.9735-10.4626
CIE-Lab80.6570-41.5827-15.1090

#0adee3 color RGB value is (10,222,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011110 11100011
Octal 12 336 343
Decimal 10 222 227
Hex A DE E3

RGB Percentages of Color #0adee3

%2.18
%48.37
%49.46

CMYK Percentages of Color #0adee3

%96
%2
%0
%11

Triadic Colors of #0adee3

#0adee3 #e30ade #dee30a

Analogous Colors of #0adee3

#0adee3 #0a72e3 #0ae37c

Monochromatic Colors of #0adee3

#0adee3

Complementary Color

#0adee3 #e30f0a

#0adee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adee3 Color CSS Codes

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

#0adee3 Text Font Color

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

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


#0adee3 Background Color

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

This div background color is #0adee3


#0adee3 Border Color

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

This div border color is #0adee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adee3


Comments

No comments written yet.

Please login to write comment.