Color Hex Logo

#10bbea Color Hex

#10BBEA
(16,187,234)
0 Favorites   0 Comments

Color spaces of #10bbea

RGB 16187234
HSL0.540.870.49
HSV193°93°92°
CMYK 0.930.200.00   0.08
XYZ32.835341.591384.1392
Yxy41.59130.20710.2623
Hunter Lab64.4913-21.9778-32.2093
CIE-Lab70.5882-22.3891-34.2410

#10bbea color RGB value is (16,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10111011 11101010
Octal 20 273 352
Decimal 16 187 234
Hex 10 BB EA

RGB Percentages of Color #10bbea

%3.66
%42.79
%53.55

CMYK Percentages of Color #10bbea

%93
%20
%0
%8

Triadic Colors of #10bbea

#10bbea #ea10bb #bbea10

Analogous Colors of #10bbea

#10bbea #104eea #10eaac

Monochromatic Colors of #10bbea

#10bbea

Complementary Color

#10bbea #ea3f10

#10bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#10bbea Color CSS Codes

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

#10bbea Text Font Color

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

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


#10bbea Background Color

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

This div background color is #10bbea


#10bbea Border Color

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

This div border color is #10bbea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,187,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10bbea


Comments

No comments written yet.

Please login to write comment.