Color Hex Logo

#10bbef Color Hex

#10BBEF
(16,187,239)
0 Favorites   0 Comments

Color spaces of #10bbef

RGB 16187239
HSL0.540.870.50
HSV194°93°94°
CMYK 0.930.220.00   0.06
XYZ33.564041.882887.9765
Yxy41.88280.20540.2563
Hunter Lab64.7169-20.6795-35.2973
CIE-Lab70.7900-20.6826-36.6417

#10bbef color RGB value is (16,187,239).

#10bbef hex color red value is 16, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #10bbef hue: 0.54 , saturation: 0.87 and the lightness value of 10bbef is 0.50.

The process color (four color CMYK) of #10bbef color hex is 0.93, 0.22, 0.00, 0.06. Web safe color of #10bbef is #00ccff. Color #10bbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10111011 11101111
Octal 20 273 357
Decimal 16 187 239
Hex 10 BB EF

RGB Percentages of Color #10bbef

%3.62
%42.31
%54.07

CMYK Percentages of Color #10bbef

%93
%22
%0
%6

Triadic Colors of #10bbef

#10bbef #ef10bb #bbef10

Analogous Colors of #10bbef

#10bbef #104bef #10efb4

Monochromatic Colors of #10bbef

#10bbef

Complementary Color

#10bbef #ef4410

#10bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#10bbef Color CSS Codes

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

#10bbef Text Font Color

<p style="color:#10bbef">Text here</p>

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


#10bbef Background Color

<div style="background-color:#10bbef">
Div content here</div>

This div background color is #10bbef


#10bbef Border Color

<div style="border:3px solid #10bbef">
Div here</div>

This div border color is #10bbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,187,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 #10bbef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10bbef


Comments

No comments written yet.

Please login to write comment.