Color Hex Logo

#0adaed Color Hex

#0ADAED
(10,218,237)
0 Favorites   0 Comments

Color spaces of #0adaed

RGB 10218237
HSL0.510.920.48
HSV185°96°93°
CMYK 0.960.080.00   0.07
XYZ40.482656.321888.8583
Yxy56.32180.21800.3034
Hunter Lab75.0479-35.0466-17.6672
CIE-Lab79.7966-36.7212-21.7334

#0adaed color RGB value is (10,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011010 11101101
Octal 12 332 355
Decimal 10 218 237
Hex A DA ED

RGB Percentages of Color #0adaed

%2.15
%46.88
%50.97

CMYK Percentages of Color #0adaed

%96
%8
%0
%7

Triadic Colors of #0adaed

#0adaed #ed0ada #daed0a

Analogous Colors of #0adaed

#0adaed #0a69ed #0aed8f

Monochromatic Colors of #0adaed

#0adaed

Complementary Color

#0adaed #ed1d0a

#0adaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adaed Color CSS Codes

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

#0adaed Text Font Color

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

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


#0adaed Background Color

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

This div background color is #0adaed


#0adaed Border Color

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

This div border color is #0adaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adaed


Comments

No comments written yet.

Please login to write comment.