Color Hex Logo

#12bcbf Color Hex

#12BCBF
(18,188,191)
0 Favorites   0 Comments

Color spaces of #12bcbf

RGB 18188191
HSL0.500.830.41
HSV181°91°75°
CMYK 0.910.020.00   0.25
XYZ27.636639.856655.5267
Yxy39.85660.22470.3240
Hunter Lab63.1321-32.3413-7.9550
CIE-Lab69.3673-36.7153-12.6030

#12bcbf color RGB value is (18,188,191).

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

The process color (four color CMYK) of #12bcbf color hex is 0.91, 0.02, 0.00, 0.25. Web safe color of #12bcbf is #00cccc. Color #12bcbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111100 10111111
Octal 22 274 277
Decimal 18 188 191
Hex 12 BC BF

RGB Percentages of Color #12bcbf

%4.53
%47.36
%48.11

CMYK Percentages of Color #12bcbf

%91
%2
%0
%25

Triadic Colors of #12bcbf

#12bcbf #bf12bc #bcbf12

Analogous Colors of #12bcbf

#12bcbf #1266bf #12bf6c

Monochromatic Colors of #12bcbf

#12bcbf

Complementary Color

#12bcbf #bf1512

#12bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#12bcbf Color CSS Codes

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

#12bcbf Text Font Color

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

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


#12bcbf Background Color

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

This div background color is #12bcbf


#12bcbf Border Color

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

This div border color is #12bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12bcbf


Comments

No comments written yet.

Please login to write comment.