Color Hex Logo

#12bcbd Color Hex

#12BCBD
(18,188,189)
0 Favorites   0 Comments

Color spaces of #12bcbd

RGB 18188189
HSL0.500.830.41
HSV180°90°74°
CMYK 0.900.010.00   0.26
XYZ27.418039.769254.3753
Yxy39.76920.22550.3272
Hunter Lab63.0628-32.7530-6.9782
CIE-Lab69.3048-37.3218-11.5984

#12bcbd color RGB value is (18,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111100 10111101
Octal 22 274 275
Decimal 18 188 189
Hex 12 BC BD

RGB Percentages of Color #12bcbd

%4.56
%47.59
%47.85

CMYK Percentages of Color #12bcbd

%90
%1
%0
%26

Triadic Colors of #12bcbd

#12bcbd #bd12bc #bcbd12

Analogous Colors of #12bcbd

#12bcbd #1267bd #12bd69

Monochromatic Colors of #12bcbd

#12bcbd

Complementary Color

#12bcbd #bd1312

#12bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#12bcbd Color CSS Codes

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

#12bcbd Text Font Color

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

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


#12bcbd Background Color

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

This div background color is #12bcbd


#12bcbd Border Color

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

This div border color is #12bcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,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 #12bcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12bcbd


Comments

No comments written yet.

Please login to write comment.