Color Hex Logo

#0adcef Color Hex

#0ADCEF
(10,220,239)
0 Favorites   0 Comments

Color spaces of #0adcef

RGB 10220239
HSL0.510.920.49
HSV185°96°94°
CMYK 0.960.080.00   0.06
XYZ41.298457.482990.5800
Yxy57.48290.21810.3036
Hunter Lab75.8175-35.4502-17.7622
CIE-Lab80.4504-37.0292-21.8055

#0adcef color RGB value is (10,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011100 11101111
Octal 12 334 357
Decimal 10 220 239
Hex A DC EF

RGB Percentages of Color #0adcef

%2.13
%46.91
%50.96

CMYK Percentages of Color #0adcef

%96
%8
%0
%6

Triadic Colors of #0adcef

#0adcef #ef0adc #dcef0a

Analogous Colors of #0adcef

#0adcef #0a6aef #0aef90

Monochromatic Colors of #0adcef

#0adcef

Complementary Color

#0adcef #ef1d0a

#0adcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adcef Color CSS Codes

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

#0adcef Text Font Color

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

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


#0adcef Background Color

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

This div background color is #0adcef


#0adcef Border Color

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

This div border color is #0adcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adcef


Comments

No comments written yet.

Please login to write comment.