Color Hex Logo

#10bcbd Color Hex

#10BCBD
(16,188,189)
0 Favorites   0 Comments

Color spaces of #10bcbd

RGB 16188189
HSL0.500.840.40
HSV180°92°74°
CMYK 0.920.010.00   0.26
XYZ27.382239.750754.3736
Yxy39.75070.22540.3271
Hunter Lab63.0482-32.8106-6.9988
CIE-Lab69.2916-37.4086-11.6196

#10bcbd color RGB value is (16,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10111100 10111101
Octal 20 274 275
Decimal 16 188 189
Hex 10 BC BD

RGB Percentages of Color #10bcbd

%4.07
%47.84
%48.09

CMYK Percentages of Color #10bcbd

%92
%1
%0
%26

Triadic Colors of #10bcbd

#10bcbd #bd10bc #bcbd10

Analogous Colors of #10bcbd

#10bcbd #1066bd #10bd68

Monochromatic Colors of #10bcbd

#10bcbd

Complementary Color

#10bcbd #bd1110

#10bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#10bcbd Color CSS Codes

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

#10bcbd Text Font Color

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

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


#10bcbd Background Color

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

This div background color is #10bcbd


#10bcbd Border Color

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

This div border color is #10bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10bcbd


Comments

No comments written yet.

Please login to write comment.