Color Hex Logo

#0abcee Color Hex

#0ABCEE
(10,188,238)
0 Favorites   0 Comments

Color spaces of #0abcee

RGB 10188238
HSL0.540.920.49
HSV193°96°93°
CMYK 0.960.210.00   0.07
XYZ33.541042.204087.2673
Yxy42.20400.20580.2589
Hunter Lab64.9646-21.5291-34.1693
CIE-Lab71.0113-21.7172-35.7582

#0abcee color RGB value is (10,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111100 11101110
Octal 12 274 356
Decimal 10 188 238
Hex A BC EE

RGB Percentages of Color #0abcee

%2.29
%43.12
%54.59

CMYK Percentages of Color #0abcee

%96
%21
%0
%7

Triadic Colors of #0abcee

#0abcee #ee0abc #bcee0a

Analogous Colors of #0abcee

#0abcee #0a4aee #0aeeae

Monochromatic Colors of #0abcee

#0abcee

Complementary Color

#0abcee #ee3c0a

#0abcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abcee Color CSS Codes

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

#0abcee Text Font Color

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

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


#0abcee Background Color

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

This div background color is #0abcee


#0abcee Border Color

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

This div border color is #0abcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abcee


Comments

No comments written yet.

Please login to write comment.