Color Hex Logo

#0abedc Color Hex

#0ABEDC
(10,190,220)
0 Favorites   0 Comments

Color spaces of #0abedc

RGB 10190220
HSL0.520.910.45
HSV189°95°86°
CMYK 0.950.140.00   0.14
XYZ31.456942.058774.1703
Yxy42.05870.21300.2848
Hunter Lab64.8527-26.9105-22.4115
CIE-Lab70.9114-28.7616-26.1288

#0abedc color RGB value is (10,190,220).

#0abedc hex color red value is 10, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0abedc hue: 0.52 , saturation: 0.91 and the lightness value of 0abedc is 0.45.

The process color (four color CMYK) of #0abedc color hex is 0.95, 0.14, 0.00, 0.14. Web safe color of #0abedc is #00cccc. Color #0abedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111110 11011100
Octal 12 276 334
Decimal 10 190 220
Hex A BE DC

RGB Percentages of Color #0abedc

%2.38
%45.24
%52.38

CMYK Percentages of Color #0abedc

%95
%14
%0
%14

Triadic Colors of #0abedc

#0abedc #dc0abe #bedc0a

Analogous Colors of #0abedc

#0abedc #0a55dc #0adc91

Monochromatic Colors of #0abedc

#0abedc

Complementary Color

#0abedc #dc280a

#0abedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abedc Color CSS Codes

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

#0abedc Text Font Color

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

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


#0abedc Background Color

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

This div background color is #0abedc


#0abedc Border Color

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

This div border color is #0abedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abedc


Comments

No comments written yet.

Please login to write comment.