Color Hex Logo

#12abda Color Hex

#12ABDA
(18,171,218)
0 Favorites   0 Comments

Color spaces of #12abda

RGB 18171218
HSL0.540.850.46
HSV194°92°85°
CMYK 0.920.220.00   0.15
XYZ27.467334.316471.5057
Yxy34.31640.20610.2575
Hunter Lab58.5802-18.8196-31.3660
CIE-Lab65.2129-19.4865-33.8206

#12abda color RGB value is (18,171,218).

#12abda hex color red value is 18, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #12abda hue: 0.54 , saturation: 0.85 and the lightness value of 12abda is 0.46.

The process color (four color CMYK) of #12abda color hex is 0.92, 0.22, 0.00, 0.15. Web safe color of #12abda is #0099cc. Color #12abda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101011 11011010
Octal 22 253 332
Decimal 18 171 218
Hex 12 AB DA

RGB Percentages of Color #12abda

%4.42
%42.01
%53.56

CMYK Percentages of Color #12abda

%92
%22
%0
%15

Triadic Colors of #12abda

#12abda #da12ab #abda12

Analogous Colors of #12abda

#12abda #1247da #12daa5

Monochromatic Colors of #12abda

#12abda

Complementary Color

#12abda #da4112

#12abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#12abda Color CSS Codes

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

#12abda Text Font Color

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

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


#12abda Background Color

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

This div background color is #12abda


#12abda Border Color

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

This div border color is #12abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12abda


Comments

No comments written yet.

Please login to write comment.