Color Hex Logo

#12adbc Color Hex

#12ADBC
(18,173,188)
0 Favorites   0 Comments

Color spaces of #12adbc

RGB 18173188
HSL0.510.830.40
HSV185°90°74°
CMYK 0.900.080.00   0.26
XYZ24.270133.646652.7922
Yxy33.64660.21920.3039
Hunter Lab58.0057-26.8240-13.3571
CIE-Lab64.6811-30.5527-18.0153

#12adbc color RGB value is (18,173,188).

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

The process color (four color CMYK) of #12adbc color hex is 0.90, 0.08, 0.00, 0.26. Web safe color of #12adbc is #0099cc. Color #12adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101101 10111100
Octal 22 255 274
Decimal 18 173 188
Hex 12 AD BC

RGB Percentages of Color #12adbc

%4.75
%45.65
%49.60

CMYK Percentages of Color #12adbc

%90
%8
%0
%26

Triadic Colors of #12adbc

#12adbc #bc12ad #adbc12

Analogous Colors of #12adbc

#12adbc #1258bc #12bc76

Monochromatic Colors of #12adbc

#12adbc

Complementary Color

#12adbc #bc2112

#12adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12adbc Color CSS Codes

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

#12adbc Text Font Color

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

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


#12adbc Background Color

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

This div background color is #12adbc


#12adbc Border Color

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

This div border color is #12adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12adbc


Comments

No comments written yet.

Please login to write comment.