Color Hex Logo

#10bcbe Color Hex

#10BCBE
(16,188,190)
0 Favorites   0 Comments

Color spaces of #10bcbe

RGB 16188190
HSL0.500.840.40
HSV181°92°75°
CMYK 0.920.010.00   0.25
XYZ27.491239.794354.9473
Yxy39.79430.22490.3256
Hunter Lab63.0827-32.6052-7.4858
CIE-Lab69.3228-37.1054-12.1220

#10bcbe color RGB value is (16,188,190).

#10bcbe hex color red value is 16, green value is 188 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #10bcbe hue: 0.50 , saturation: 0.84 and the lightness value of 10bcbe is 0.40.

The process color (four color CMYK) of #10bcbe color hex is 0.92, 0.01, 0.00, 0.25. Web safe color of #10bcbe is #00cccc. Color #10bcbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10111100 10111110
Octal 20 274 276
Decimal 16 188 190
Hex 10 BC BE

RGB Percentages of Color #10bcbe

%4.06
%47.72
%48.22

CMYK Percentages of Color #10bcbe

%92
%1
%0
%25

Triadic Colors of #10bcbe

#10bcbe #be10bc #bcbe10

Analogous Colors of #10bcbe

#10bcbe #1065be #10be69

Monochromatic Colors of #10bcbe

#10bcbe

Complementary Color

#10bcbe #be1210

#10bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#10bcbe Color CSS Codes

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

#10bcbe Text Font Color

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

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


#10bcbe Background Color

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

This div background color is #10bcbe


#10bcbe Border Color

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

This div border color is #10bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10bcbe


Comments

No comments written yet.

Please login to write comment.