Color Hex Logo

#0abede Color Hex

#0ABEDE
(10,190,222)
0 Favorites   0 Comments

Color spaces of #0abede

RGB 10190222
HSL0.530.910.45
HSV189°95°87°
CMYK 0.950.140.00   0.13
XYZ31.723442.165475.5740
Yxy42.16540.21220.2821
Hunter Lab64.9349-26.4314-23.5498
CIE-Lab70.9848-28.1041-27.1054

#0abede color RGB value is (10,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111110 11011110
Octal 12 276 336
Decimal 10 190 222
Hex A BE DE

RGB Percentages of Color #0abede

%2.37
%45.02
%52.61

CMYK Percentages of Color #0abede

%95
%14
%0
%13

Triadic Colors of #0abede

#0abede #de0abe #bede0a

Analogous Colors of #0abede

#0abede #0a54de #0ade94

Monochromatic Colors of #0abede

#0abede

Complementary Color

#0abede #de2a0a

#0abede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abede Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abede Color CSS Codes

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

#0abede Text Font Color

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

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


#0abede Background Color

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

This div background color is #0abede


#0abede Border Color

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

This div border color is #0abede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abede


Comments

No comments written yet.

Please login to write comment.