Color Hex Logo

#12acbc Color Hex

#12ACBC
(18,172,188)
0 Favorites   0 Comments

Color spaces of #12acbc

RGB 18172188
HSL0.520.830.40
HSV186°90°74°
CMYK 0.900.090.00   0.26
XYZ24.079133.264552.7285
Yxy33.26450.21880.3022
Hunter Lab57.6754-26.4093-13.8319
CIE-Lab64.3745-30.0655-18.4807

#12acbc color RGB value is (18,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101100 10111100
Octal 22 254 274
Decimal 18 172 188
Hex 12 AC BC

RGB Percentages of Color #12acbc

%4.76
%45.50
%49.74

CMYK Percentages of Color #12acbc

%90
%9
%0
%26

Triadic Colors of #12acbc

#12acbc #bc12ac #acbc12

Analogous Colors of #12acbc

#12acbc #1257bc #12bc77

Monochromatic Colors of #12acbc

#12acbc

Complementary Color

#12acbc #bc2212

#12acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12acbc Color CSS Codes

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

#12acbc Text Font Color

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

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


#12acbc Background Color

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

This div background color is #12acbc


#12acbc Border Color

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

This div border color is #12acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12acbc


Comments

No comments written yet.

Please login to write comment.